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 Jan 16, 2024
1 parent 40cf432 commit 9200e7e
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
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.0.0-20231216.war/artifacts/rundeck-5.0.0-20231216.war/download
x32: https://packagecloud.io/pagerduty/rundeck/packages/java/org.rundeck/rundeck-5.0.1-20240115.war/artifacts/rundeck-5.0.1-20240115.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: 97e5aac5739c0438c6bd433c78bcdd10f8e7293d5f99ccebe13e850aa134ce56
checksum32: 10c5ecda9bd2a8cdebca70c6401df87afba995bf57eb699496fe8128c0028896

File 'license.txt' is obtained from:
https://raw.githubusercontent.com/rundeck/rundeck/master/LICENSE
2 changes: 1 addition & 1 deletion rundeck/rundeck.nuspec
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.0.0</version>
<version>5.0.1</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
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 = '97e5aac5739c0438c6bd433c78bcdd10f8e7293d5f99ccebe13e850aa134ce56'
$url = 'https://packagecloud.io/pagerduty/rundeck/packages/java/org.rundeck/rundeck-5.0.0-20231216.war/artifacts/rundeck-5.0.0-20231216.war/download'
$checksum32 = '10c5ecda9bd2a8cdebca70c6401df87afba995bf57eb699496fe8128c0028896'
$url = 'https://packagecloud.io/pagerduty/rundeck/packages/java/org.rundeck/rundeck-5.0.1-20240115.war/artifacts/rundeck-5.0.1-20240115.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 9200e7e

Please sign in to comment.