Skip to content

Commit

Permalink
AU: 2 updated - minify signal
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 16, 2024
1 parent f1a192e commit b50955e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions minify/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/tdewolff/minify/releases/download/v2.20.21/minify_windows_amd64.zip
x64: https://github.com/tdewolff/minify/releases/download/v2.20.23/minify_windows_amd64.zip

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: B1C049C75BDE7014B507DD59A2286F8396A9E28EFB6D621368AC417A8D2088C3
checksum64: F095AE36E83DB79AEA94838E3F5EC675469451A4BBD32C50716509F91918F62C

File 'license.txt' is obtained from:
https://github.com/tdewolff/minify/blob/master/LICENSE
4 changes: 2 additions & 2 deletions minify/minify.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>minify</id>
<title>Minify</title>
<version>2.20.21</version>
<version>2.20.23</version>
<authors>Taco de Wolff</authors>
<owners>Miodrag Milic</owners>
<summary>&gt;Minify provides HTML5, CSS3, JS, JSON, SVG and XML minification</summary>
Expand All @@ -16,7 +16,7 @@
<copyright>Taco de Wolff and contributors</copyright>
<licenseUrl>https://github.com/tdewolff/minify/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>https://github.com/tdewolff/minify/releases/tag/v2.20.21</releaseNotes>
<releaseNotes>https://github.com/tdewolff/minify/releases/tag/v2.20.23</releaseNotes>
<docsUrl>https://github.com/tdewolff/minify#table-of-contents</docsUrl>
<bugTrackerUrl>https://github.com/tdewolff/minify/issues</bugTrackerUrl>
<projectSourceUrl>https://go.tacodewolff.nl/minify</projectSourceUrl>
Expand Down
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>7.8.0</version>
<version>7.9.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/v7.8.0</releaseNotes>
<releaseNotes>https://github.com/WhisperSystems/Signal-Desktop/releases/tag/v7.9.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-7.8.0.exe'
checksum = 'b59c696faf96368bfc1a4142fac3d7eee6c0196983eb05db9b3932c849d7eb78'
url = 'https://updates.signal.org/desktop/signal-desktop-win-7.9.0.exe'
checksum = '02b1ae3905b659dcbd732ce33e2f767c93c4b8a06b590142af5a471a13db5f82'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit b50955e

Please sign in to comment.