Skip to content

Commit

Permalink
AU: 1 updated - rundeck
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 21, 2024
1 parent 49d7947 commit 8056035
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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://packagecloud.io/pagerduty/rundeck/packages/java/org.rundeck/rundeck-5.2.0-20240410.war/artifacts/rundeck-5.2.0-20240410.war/download
x32: https://packagecloud.io/pagerduty/rundeck/packages/java/org.rundeck/rundeck-5.3.0-20240520.war/artifacts/rundeck-5.3.0-20240520.war/download

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: 209c338f215e5278ea01325f8d51cf3b8ba7e6cffc0ac9e6e2dd5c3aac698fd5
checksum32: a16dc2d544deeef370e6aace5a4d11b2ca70ab64515b34f2bf636aed2f4f49c2

File 'license.txt' is obtained from:
https://raw.githubusercontent.com/rundeck/rundeck/master/LICENSE
2 changes: 1 addition & 1 deletion 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>5.2.0</version>
<version>5.3.0</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
4 changes: 2 additions & 2 deletions rundeck/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ if (!$pp.InstallDir) { $pp.InstallDir = 'C:\rundeck' }
Write-Host "Installing to" $pp.InstallDir
mkdir $pp.InstallDir -ea 0 | Out-Null

$checksum32 = '209c338f215e5278ea01325f8d51cf3b8ba7e6cffc0ac9e6e2dd5c3aac698fd5'
$url = 'https://packagecloud.io/pagerduty/rundeck/packages/java/org.rundeck/rundeck-5.2.0-20240410.war/artifacts/rundeck-5.2.0-20240410.war/download'
$checksum32 = 'a16dc2d544deeef370e6aace5a4d11b2ca70ab64515b34f2bf636aed2f4f49c2'
$url = 'https://packagecloud.io/pagerduty/rundeck/packages/java/org.rundeck/rundeck-5.3.0-20240520.war/artifacts/rundeck-5.3.0-20240520.war/download'
Get-ChocolateyWebFile rundeck "$($pp.InstallDir)\rundeck.war" $url -Checksum $checksum32

Write-Host "Setting up machine environment variable RDECK_BASE"
Expand Down

0 comments on commit 8056035

Please sign in to comment.