Skip to content

Commit

Permalink
AU: 3 updated - gitlab-runner nirlauncher signal
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 22, 2023
1 parent 234b0d7 commit 7b58dc1
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion gitlab-runner/gitlab-runner.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>gitlab-runner</id>
<title>Gitlab Runner</title>
<version>16.0.2</version>
<version>16.1.0</version>
<authors>Gitlab</authors>
<owners>Miodrag Milic</owners>
<summary>Run build jobs and send the results to GitLab</summary>
Expand Down
8 changes: 4 additions & 4 deletions gitlab-runner/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ Package can be verified like this:

1. Go to

x32: https://gitlab-runner-downloads.s3.amazonaws.com/v16.0.2/binaries/gitlab-runner-windows-386.exe
x64: https://gitlab-runner-downloads.s3.amazonaws.com/v16.0.2/binaries/gitlab-runner-windows-amd64.exe
x32: https://gitlab-runner-downloads.s3.amazonaws.com/v16.1.0/binaries/gitlab-runner-windows-386.exe
x64: https://gitlab-runner-downloads.s3.amazonaws.com/v16.1.0/binaries/gitlab-runner-windows-amd64.exe

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'

checksum32: AC54DD088ED3E149BAD7E0559F1361E7BB0D926D522E258E0ABD93A26A4BB464
checksum64: F02467593270A13812871D224187A45A7360B9C19E6904C096269C6C88909CF1
checksum32: F9F8DCB3BD1C1F612BAB62E149F19308377E1EB8AAFC28E5B874FDFC65FA6879
checksum64: B1F047BF653160DB26CF77757649E5E61391BBABE8461032DEC1D7BB33B6424D


File 'license.txt' is obtained from:
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.2.zip
x32: https://download.nirsoft.net/nirsoft_package_enc_1.30.3.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.2</version>
<version>1.30.3</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.21.0</version>
<version>6.22.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.21.0</releaseNotes>
<releaseNotes>https://github.com/WhisperSystems/Signal-Desktop/releases/tag/v6.22.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.21.0.exe'
checksum = '5de54130724dc59fc13a064126412d045502d31c4a63a6419d3aec9c579c3f1f'
url = 'https://updates.signal.org/desktop/signal-desktop-win-6.22.0.exe'
checksum = '4fec5dcf17bffa07897fa96f167d56f303200e919cf25d52678b2eabfff9e47d'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit 7b58dc1

Please sign in to comment.