Skip to content

Commit

Permalink
AU: 2 updated - signal visualsvnserver
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 25, 2022
1 parent 0996b1d commit 8218272
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions signal/signal.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>signal</id>
<title>Signal (Desktop)</title>
<version>5.55.0</version>
<version>5.56.0</version>
<authors>Open Whisper Systems</authors>
<owners>Miodrag Milic</owners>
<summary>Fast, simple, secure. Privacy that fits in your pocket</summary>
Expand Down Expand Up @@ -34,7 +34,7 @@
<licenseUrl>http://www.gnu.org/licenses/gpl-3.0.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/majkinetor/chocolatey/signal/icon.png</iconUrl>
<releaseNotes>https://github.com/WhisperSystems/Signal-Desktop/releases/tag/v5.55.0</releaseNotes>
<releaseNotes>https://github.com/WhisperSystems/Signal-Desktop/releases/tag/v5.56.0</releaseNotes>
<docsUrl>https://www.signal.org/docs</docsUrl>
<bugTrackerUrl>https://github.com/WhisperSystems/Signal-Desktop/issues</bugTrackerUrl>
<projectSourceUrl>https://github.com/WhisperSystems/Signal-Desktop</projectSourceUrl>
Expand Down
4 changes: 2 additions & 2 deletions signal/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Set-AutoUpdate -Enable
$packageArgs = @{
packageName = 'signal'
fileType = 'EXE'
url = 'https://updates.signal.org/desktop/signal-desktop-win-5.55.0.exe'
checksum = '2d46314a55b49e82810193f4ad12a7d62d08fe2bc3edb0cd25ba3cdd775dc4e2'
url = 'https://updates.signal.org/desktop/signal-desktop-win-5.56.0.exe'
checksum = '9bc61f392f8ca2c124beea916274cf8dfd57534bec56c219d75a75e97703dc98'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
8 changes: 4 additions & 4 deletions visualsvnserver/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = 'visualsvnserver'
fileType = 'msi'
url = 'https://www.visualsvn.com/files/VisualSVN-Server-5.0.2-win32.msi'
url64bit = 'https://www.visualsvn.com/files/VisualSVN-Server-5.0.2-x64.msi'
checksum = '1b3615b63d05599990029e922daa23b574f4861d30f5737cb5627c502e93c40f'
checksum64 = 'c29765e6e901961de92e8dc2a430fe730928c04e92b261e97324f98c3e9e34fe'
url = 'https://www.visualsvn.com/files/VisualSVN-Server-5.0.3-win32.msi'
url64bit = 'https://www.visualsvn.com/files/VisualSVN-Server-5.0.3-x64.msi'
checksum = '6ee2d290a76d9ea0e08d9f2f648a9473edbce362f34f653204932adb3ec84352'
checksum64 = 'a15b2658d58782613ef03433e21e0ba820c5c79efc9d76c445be77666e1f682e'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet /norestart /log "{0}/setup.log"' -f "$Env:TEMP\chocolatey\visualsvnserver"
Expand Down
2 changes: 1 addition & 1 deletion visualsvnserver/visualsvnserver.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>visualsvnserver</id>
<title>VisualSVN Server</title>
<version>5.0.2</version>
<version>5.0.3</version>
<authors>VisualSVN Software</authors>
<owners>Miodrag Milic</owners>
<summary>VisualSVN Server allows you to easily install and manage a fully-functional Subversion server on the Windows platform</summary>
Expand Down

0 comments on commit 8218272

Please sign in to comment.