Skip to content

Commit

Permalink
AU: 3 updated - gitlab-runner invoke-build signal
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 12, 2018
1 parent a4e9e2d commit a833891
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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>10.6.0</version>
<version>10.7.0-rc1</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/v10.6.0/binaries/gitlab-runner-windows-386.exe
x64: https://gitlab-runner-downloads.s3.amazonaws.com/v10.6.0/binaries/gitlab-runner-windows-amd64.exe
x32: https://gitlab-runner-downloads.s3.amazonaws.com/v10.7.0-rc1/binaries/gitlab-runner-windows-386.exe
x64: https://gitlab-runner-downloads.s3.amazonaws.com/v10.7.0-rc1/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: 58B5646CFCA66133E42D4B3BE12D915C4B22040854215E320949F85615DFF0AA
checksum64: A093EFA7B502A2C577E6F30B2254BA5D3FD8D7493924C3A39E1A44A112BE43A7
checksum32: 5326EC03E15940098AF161718AC7B712A5CAE952DD4311853868EB56500ED219
checksum64: F67EDDA807D51808A0BBD8FDAD4B55023740F60F868FDE9EA1F9A0FEECDEE6DF


File 'license.txt' is obtained from:
Expand Down
2 changes: 1 addition & 1 deletion invoke-build/invoke-build.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>invoke-build</id>
<title>Invoke-Build</title>
<version>5.4.0</version>
<version>5.4.1</version>
<authors>Roman Kuzmin</authors>
<owners>Miodrag Milic</owners>
<summary>Invoke-Build is a build and test automation tool</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>1.6.0</version>
<version>1.7.0</version>
<authors>Open Whisper Systems</authors>
<owners>Miodrag Milic</owners>
<summary>Fast, simple, secure. Privacy that fits in your pocket</summary>
Expand All @@ -32,7 +32,7 @@
<licenseUrl>http://www.gnu.org/licenses/gpl-3.0.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.rawgit.com/majkinetor/chocolatey/master/signal/icon.png</iconUrl>
<releaseNotes>https://github.com/WhisperSystems/Signal-Desktop/releases/tag/v1.6.0</releaseNotes>
<releaseNotes>https://github.com/WhisperSystems/Signal-Desktop/releases/tag/v1.7.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 @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = 'signal'
fileType = 'EXE'
url = 'https://updates.signal.org/desktop/signal-desktop-win-1.6.0.exe'
checksum = '055d81d1bd497b86edfb31e29ff393298f0f3380cc7e482fe3fc23809d49fa40'
url = 'https://updates.signal.org/desktop/signal-desktop-win-1.7.0.exe'
checksum = 'e7906286212f6a20d5870e91945e8df2958b333291ac3f5581c68af5499f7bf8'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit a833891

Please sign in to comment.