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 10, 2022
1 parent 18c9d17 commit 13bb176
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-4.1.0-20220420.war/artifacts/rundeck-4.1.0-20220420.war/download
x32: https://packagecloud.io/pagerduty/rundeck/packages/java/org.rundeck/rundeck-4.2.0-20220509.war/artifacts/rundeck-4.2.0-20220509.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: 8d54003fb57b5fcdc7722ba210acda4b309f9605d77e4205c39a0fba1169bd33
checksum32: 7ef5ac873ba32ffe8a1027f1cbe45030c386a1411f675f0e632a0290c8f21688

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>4.1.0</version>
<version>4.2.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 Expand Up @@ -75,7 +75,7 @@ cinst rundeck --params $params
<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://www.rundeck.com/community-downloads/4.1.0</releaseNotes>
<releaseNotes>https://www.rundeck.com/community-downloads/4.2.0</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
2 changes: 1 addition & 1 deletion rundeck/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if (!$pp.InstallDir) { $pp.InstallDir = 'C:\rundeck' }
Write-Host "Installing to" $pp.InstallDir
mkdir $pp.InstallDir -ea 0 | Out-Null

$url = 'https://packagecloud.io/pagerduty/rundeck/packages/java/org.rundeck/rundeck-4.1.0-20220420.war/artifacts/rundeck-4.1.0-20220420.war/download'
$url = 'https://packagecloud.io/pagerduty/rundeck/packages/java/org.rundeck/rundeck-4.2.0-20220509.war/artifacts/rundeck-4.2.0-20220509.war/download'
Get-ChocolateyWebFile rundeck "$($pp.InstallDir)\rundeck.war" $url

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

0 comments on commit 13bb176

Please sign in to comment.