Skip to content

Commit

Permalink
AU: 3 updated - fzf signal visualsvnserver
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Sep 29, 2022
1 parent ae98c97 commit a2fc3cb
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions fzf/fzf.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>fzf</id>
<title>A command-line fuzzy finder</title>
<version>0.33.0</version>
<version>0.34.0</version>
<authors>Junegunn Choi</authors>
<owners>Miodrag Milic</owners>
<summary>fzf is a general-purpose command-line fuzzy finder</summary>
Expand All @@ -26,7 +26,7 @@ fzf is a general-purpose command-line fuzzy finder.
<licenseUrl>https://raw.githubusercontent.com/junegunn/fzf-bin/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.rawgit.com/majkinetor/chocolatey/master/fzf/icon.png</iconUrl>
<releaseNotes>https://github.com/junegunn/fzf/releases/tag/0.33.0</releaseNotes>
<releaseNotes>https://github.com/junegunn/fzf/releases/tag/0.34.0</releaseNotes>
<docsUrl>https://github.com/junegunn/fzf/blob/master/README.md</docsUrl>
<bugTrackerUrl>https://github.com/junegunn/fzf/issues</bugTrackerUrl>
<projectSourceUrl>https://github.com/junegunn/fzf</projectSourceUrl>
Expand Down
4 changes: 2 additions & 2 deletions fzf/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Package can be verified like this:

1. Go to

x64: https://github.com/junegunn/fzf/releases/download/0.33.0/fzf-0.33.0-windows_amd64.zip
x64:

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum64: F2DDD0CE44F2EBD52009C0F36D99270D711234A605529E01FD97FEF87223FD1E
checksum64:

File 'LICENSE' is obtained from:
https://raw.githubusercontent.com/junegunn/fzf-bin/master/LICENSE
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.60.0</version>
<version>5.61.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.60.0</releaseNotes>
<releaseNotes>https://github.com/WhisperSystems/Signal-Desktop/releases/tag/v5.61.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.60.0.exe'
checksum = 'b0c88097517ff4344b4cb09f7ba568072580a06fade4a791030da7c6b7e04996'
url = 'https://updates.signal.org/desktop/signal-desktop-win-5.61.0.exe'
checksum = '9ad4fda297b0bc9e5ce3aa82b900a0a97d6023b8452f34c7b647b92037ad9c94'
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.1.0-win32.msi'
url64bit = 'https://www.visualsvn.com/files/VisualSVN-Server-5.1.0-x64.msi'
checksum = '1d6771081407cff7764cfb1b350891e74c8001e535a09a03fa0b3df4703efe46'
checksum64 = 'f968ae9c74cf2bc28fc686746305f3fdcd7575db2b097e4eec094f7b94eb79ba'
url = 'https://www.visualsvn.com/files/VisualSVN-Server-5.1.1-win32.msi'
url64bit = 'https://www.visualsvn.com/files/VisualSVN-Server-5.1.1-x64.msi'
checksum = '662549c1c8fdd8f6602bd5f130ed62ded783d06c0ac1a1d84ac10657ef270018'
checksum64 = '6c8a596543c3012ecd7e00a68675e80c6c54e2200eb9b4293026f0928b56f00f'
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.1.0</version>
<version>5.1.1</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 a2fc3cb

Please sign in to comment.