Skip to content

Commit

Permalink
AU: 3 updated - minify signal usql
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 17, 2023
1 parent 0b50d43 commit f8320eb
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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.4/minify_windows_amd64.zip
x64: https://github.com/tdewolff/minify/releases/download/v2.12.5/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: 24D145D256A7F18C5798AEE3F44E0F4C40D8C34029CB7154F0166337CCC7DB0B
checksum64: 438B4E1F6D41501060DDE61BD9A9FCF8FA1FBEB44F34D06D41D4A12E800A0A7B

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.4</version>
<version>2.12.5</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.4</releaseNotes>
<releaseNotes>https://github.com/tdewolff/minify/releases/tag/v2.12.5</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>6.10.0</version>
<version>6.10.1</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.10.0</releaseNotes>
<releaseNotes>https://github.com/WhisperSystems/Signal-Desktop/releases/tag/v6.10.1</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.10.0.exe'
checksum = 'd4fcb721e282140dd3665157414afc5f0e3f93b0d2a12004f1878ab8ed2260c7'
url = 'https://updates.signal.org/desktop/signal-desktop-win-6.10.1.exe'
checksum = 'b57647a1e92f77e96e6c3c863df98735efc25a71d1c96c7ec84af91326f48364'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
4 changes: 2 additions & 2 deletions usql/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ Package can be verified like this:

1. Go to https://github.com/xo/usql/releases to download the zip archive

x64: https://github.com/xo/usql/releases/download/v0.13.11/usql-0.13.11-windows-amd64.zip
x64: https://github.com/xo/usql/releases/download/v0.13.12/usql-0.13.12-windows-amd64.zip

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: F42C747D68671D4D1C6B7098FD0BD5862C19A7BBF9C843A17ADC06EB8EE29B5D
checksum64: A02A59A89A0C2F4DE85010E14300CE34AA9D4304A9502E48DA2BB3D91AFFDFF5

File 'license.txt' is obtained from:
https://github.com/xo/usql/blob/master/LICENSE
2 changes: 1 addition & 1 deletion usql/usql.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>usql</id>
<title>usql</title>
<version>0.13.11</version>
<version>0.13.12</version>
<authors>Kenshaw</authors>
<owners>Miodrag Milic</owners>
<summary>Universal command-line interface for SQL databases</summary>
Expand Down

0 comments on commit f8320eb

Please sign in to comment.