Skip to content

Commit

Permalink
AU: 2 updated - etcher rundeck
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 1, 2019
1 parent a13f077 commit 5b84c31
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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.0</version>
<version>1.5.5</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.0/balenaEtcher-Setup-1.5.0-x86.exe'
url64bit = 'https://github.com/balena-io/etcher/releases/download/v1.5.0/balenaEtcher-Setup-1.5.0-x64.exe'
checksum = 'c83b214594a15a414431a642cc67c77a1dbb04d45ac6636211c386e1c53a4e54'
checksum64 = '327bc0c4c3cdc5da67b5b9554c57cffd21e55c3ede5778668852f5abd3a1396c'
url = 'https://github.com/balena-io/etcher/releases/download/v1.5.5/balenaEtcher-Setup-1.5.5-x86.exe'
url64bit = 'https://github.com/balena-io/etcher/releases/download/v1.5.5/balenaEtcher-Setup-1.5.5-x64.exe'
checksum = 'a91c24b214d0879f1500627719ec08de3f72751e09d188c36e7eca5a04fb56c3'
checksum64 = '3c4975873eda2d38f889d869217e039da510423d1409985a02e0469004f968f1'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/S'
Expand Down
4 changes: 2 additions & 2 deletions rundeck/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

x32: https://dl.bintray.com/rundeck/rundeck-maven/rundeck-3.0.13-20190123.war
x32: https://dl.bintray.com/rundeck/rundeck-maven/rundeck-3.0.16-20190223.war

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: 73DB9D46359D4288C08071577AF0B29AC4849B19129F8BAC59D86D24C89CA5A2
checksum32: 916F0AEF181B45AC20A8988D075C058317C1751C10F7115A654808FE4696F1E8

File 'license.txt' is obtained from:
https://raw.githubusercontent.com/rundeck/rundeck/master/LICENSE
4 changes: 2 additions & 2 deletions rundeck/rundeck.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>rundeck</id>
<title>Rundeck</title>
<version>3.0.13</version>
<version>3.0.16</version>
<authors>Rundeck, Inc.</authors>
<owners>Miodrag Milic</owners>
<summary>Job scheduler and runbook automation. Enable self-service access to existing scripts and tools.</summary>
Expand Down Expand Up @@ -61,7 +61,7 @@ cinst rundeck --params "/InstallDir:c:\rundeck2 /AdminPwd:test123 /CliOpts:'-Xms
<licenseUrl>https://github.com/rundeck/rundeck/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/majkinetor/chocolatey/rundeck/icon.png</iconUrl>
<releaseNotes>https://github.com/rundeck/rundeck/blob/v3.0.13/RELEASE.md</releaseNotes>
<releaseNotes>https://github.com/rundeck/rundeck/blob/v3.0.16/RELEASE.md</releaseNotes>
<docsUrl>http://rundeck.org/docs.html</docsUrl>
<bugTrackerUrl>https://github.com/rundeck/rundeck/issues</bugTrackerUrl>
<projectSourceUrl>https://github.com/rundeck/rundeck</projectSourceUrl>
Expand Down

0 comments on commit 5b84c31

Please sign in to comment.