From bc6dfb1b662fbb58700b887a81d1f4910623f422 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Wed, 7 Sep 2022 01:02:48 +0000 Subject: [PATCH] AU: 1 updated - rundeck [skip ci] https://gist.github.com/a700c70b8847b29ebb1c918d47ee4eb1/a68f8243791467b58cf7accbac48690f7f33c890 --- rundeck/legal/VERIFICATION.txt | 4 ++-- rundeck/rundeck.nuspec | 4 ++-- rundeck/tools/chocolateyInstall.ps1 | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/rundeck/legal/VERIFICATION.txt b/rundeck/legal/VERIFICATION.txt index 04f1235e..e1bdc8b1 100644 --- a/rundeck/legal/VERIFICATION.txt +++ b/rundeck/legal/VERIFICATION.txt @@ -7,7 +7,7 @@ Package can be verified like this: 1. Go to - x32: https://packagecloud.io/pagerduty/rundeck/packages/java/org.rundeck/rundeck-4.5.0-20220811.war/artifacts/rundeck-4.5.0-20220811.war/download + x32: https://packagecloud.io/pagerduty/rundeck/packages/java/org.rundeck/rundeck-4.6.0-20220906.war/artifacts/rundeck-4.6.0-20220906.war/download to download the installer. @@ -15,7 +15,7 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: cc997f0eacb4945d772890a2a686492f5c16a3e03785e07318ed4e86e54b794f + checksum32: b93d651c7068500fae676a6f5c1bfeb914ed9e67aabe412b34d013c4afd6dcbe File 'license.txt' is obtained from: https://raw.githubusercontent.com/rundeck/rundeck/master/LICENSE diff --git a/rundeck/rundeck.nuspec b/rundeck/rundeck.nuspec index a7bcbbb1..a6133d86 100644 --- a/rundeck/rundeck.nuspec +++ b/rundeck/rundeck.nuspec @@ -5,7 +5,7 @@ rundeck Rundeck - 4.5.0 + 4.6.0 Rundeck, Inc. Miodrag Milic Job scheduler and runbook automation. Enable self-service access to existing scripts and tools. @@ -75,7 +75,7 @@ cinst rundeck --params $params https://github.com/rundeck/rundeck/blob/master/LICENSE false https://cdn.jsdelivr.net/gh/majkinetor/chocolatey/rundeck/icon.png - https://www.rundeck.com/community-downloads/4.5.0 + https://www.rundeck.com/community-downloads/4.6.0 http://rundeck.org/docs.html https://github.com/rundeck/rundeck/issues https://github.com/rundeck/rundeck diff --git a/rundeck/tools/chocolateyInstall.ps1 b/rundeck/tools/chocolateyInstall.ps1 index 6d4e3785..919163ee 100644 --- a/rundeck/tools/chocolateyInstall.ps1 +++ b/rundeck/tools/chocolateyInstall.ps1 @@ -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.5.0-20220811.war/artifacts/rundeck-4.5.0-20220811.war/download' +$url = 'https://packagecloud.io/pagerduty/rundeck/packages/java/org.rundeck/rundeck-4.6.0-20220906.war/artifacts/rundeck-4.6.0-20220906.war/download' Get-ChocolateyWebFile rundeck "$($pp.InstallDir)\rundeck.war" $url Write-Host "Setting up machine environment variable RDECK_BASE"