Skip to content

Commit

Permalink
AU: 3 updated - minify nirlauncher signal
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 1, 2023
1 parent 5576cd5 commit 655c167
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 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.12.7/minify_windows_amd64.zip
x64: https://github.com/tdewolff/minify/releases/download/v2.12.8/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: 6E965F0510572DAAD6FF40F3612549984900E5C0547944A134EE22409F1306BF
checksum64: 62304825F915590CFE7549953473F2E59563121C81538A7AA968BB658233B5F6

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.12.7</version>
<version>2.12.8</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.12.7</releaseNotes>
<releaseNotes>https://github.com/tdewolff/minify/releases/tag/v2.12.8</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
2 changes: 1 addition & 1 deletion nirlauncher/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Package can be verified like this:

1. Go to http://launcher.nirsoft.net/downloads/index.html to download the zip file:

x32: https://download.nirsoft.net/nirsoft_package_enc_1.30.3.zip
x32: https://download.nirsoft.net/nirsoft_package_enc_1.30.4.zip

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
Expand Down
2 changes: 1 addition & 1 deletion nirlauncher/nirlauncher.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nirlauncher</id>
<title>NirLauncher</title>
<version>1.30.3</version>
<version>1.30.4</version>
<authors>Nir Sofer</authors>
<owners>Miodrag Milić</owners>
<summary>NirLauncher is a package of more than 180 portable freeware utilities for Windows, all of them developed by NirSoft</summary>
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>6.26.0</version>
<version>6.27.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/v6.26.0</releaseNotes>
<releaseNotes>https://github.com/WhisperSystems/Signal-Desktop/releases/tag/v6.27.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-6.26.0.exe'
checksum = '97bce674a393c08fd80fa66571b3208401b3c5346a37453637cde9f207a13023'
url = 'https://updates.signal.org/desktop/signal-desktop-win-6.27.0.exe'
checksum = '6aa52c9543623306b53fcbf013cd263200c027116bfbb6fbd8a0ea9e7f3efc24'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit 655c167

Please sign in to comment.