Skip to content

Commit

Permalink
AU: 2 updated - etcher gitlab-runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 20, 2019
1 parent fb4b471 commit 7e05443
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion etcher/etcher.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>etcher</id>
<title>Etcher</title>
<version>1.5.26</version>
<version>1.5.28</version>
<authors>Resin.io</authors>
<owners>Miodrag Milic</owners>
<summary>Flash OS images to SD cards and USB drives, safely and easily</summary>
Expand Down
8 changes: 4 additions & 4 deletions etcher/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
$packageArgs = @{
packageName = 'etcher'
fileType = 'exe'
url = 'https://github.com/balena-io/etcher/releases/download/v1.5.26/balenaEtcher-Setup-1.5.26-x86.exe'
url64bit = 'https://github.com/balena-io/etcher/releases/download/v1.5.26/balenaEtcher-Setup-1.5.26-x64.exe'
checksum = '4caf4338700db52d460136a13759a7ffe2faa9d78b005701f3f30d933c4d109f'
checksum64 = '6d4e37162699e979de85c8e71567446aef3b30bfb4db2832437c8741c1f5aa35'
url = 'https://github.com/balena-io/etcher/releases/download/v1.5.28/balenaEtcher-Setup-1.5.28-x86.exe'
url64bit = 'https://github.com/balena-io/etcher/releases/download/v1.5.28/balenaEtcher-Setup-1.5.28-x64.exe'
checksum = '10349608117eedce9e00f4ef2e9d354890d556c982c835a96c53be1c739df7cf'
checksum64 = '097aae41b7d956b9ad2ba70a356d20efb64de23c1bf688de37ae1fddd55a3b8c'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/S'
Expand Down
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>11.8.0</version>
<version>11.10.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/v11.8.0/binaries/gitlab-runner-windows-386.exe
x64: https://gitlab-runner-downloads.s3.amazonaws.com/v11.8.0/binaries/gitlab-runner-windows-amd64.exe
x32: https://gitlab-runner-downloads.s3.amazonaws.com/v11.10.0/binaries/gitlab-runner-windows-386.exe
x64: https://gitlab-runner-downloads.s3.amazonaws.com/v11.10.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: 712FB1EBA9A98B5A4A91EAE728DFCBAB15E2A5929BCE14BDBABDCA71E8727EAF
checksum64: 2D2790399D456DC97CA7E28E13311A78131F0A13E626B633727722CE19BE0B13
checksum32: 6425E3600B3B1E4DE092D857C867B624620BFA24AC1375349BF734F2173BB8E6
checksum64: B2028C55213472C341A1312EB191DBB30F59390FD281790115EECCDC12F423C4


File 'license.txt' is obtained from:
Expand Down

0 comments on commit 7e05443

Please sign in to comment.