Skip to content

Commit

Permalink
AU: 2 updated - postgresql14 rundeck
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 12, 2022
1 parent e9c37af commit 5e38153
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 10 deletions.
14 changes: 12 additions & 2 deletions postgresql/postgresql.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"9.6": "9.6.24.1",
"10.10": "10.10",
"11.5": "11.5",
"postgresql": "14.4.1",
"postgresql": "14.5.1",
"postgresql-9.4": "9.4.26",
"postgresql-10.10": "10.10",
"postgresql-9.5": "9.5.25.1",
Expand Down Expand Up @@ -102,5 +102,15 @@
"postgresql-14.3": "14.3.1",
"14.3": "14.3.1",
"postgresql-14.4": "14.4.1",
"14.4": "14.4.1"
"14.4": "14.4.1",
"postgresql-10.22": "10.22.1",
"10.22": "10.22.1",
"postgresql-11.17": "11.17.1",
"11.17": "11.17.1",
"postgresql-12.12": "12.12.1",
"12.12": "12.12.1",
"postgresql-13.8": "13.8.1",
"13.8": "13.8.1",
"postgresql-14.5": "14.5.1",
"14.5": "14.5.1"
}
2 changes: 1 addition & 1 deletion postgresql/postgresql.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>postgresql14</id>
<version>14.4.1</version>
<version>14.5.1</version>
<title>PostgreSQL</title>
<authors>PostgreSQL Global Development Group</authors>
<owners>majkinetor, cole.mike</owners>
Expand Down
4 changes: 2 additions & 2 deletions postgresql/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ if ($pp.Port) { Write-Host "Using port: $($pp.Port)"; $silentArgs.ServerPort = $
$packageArgs = @{
packageName = $Env:ChocolateyPackageName
fileType = 'exe'
url64 = 'https://get.enterprisedb.com/postgresql/postgresql-14.4-1-windows-x64.exe'
checksum64 = '0FAB6EB38E644C4D5A6AE83BCB0E2C77B6E40BB8020D6B4B241F15BE3C0C993D'
url64 = 'https://get.enterprisedb.com/postgresql/postgresql-14.5-1-windows-x64.exe'
checksum64 = 'E91B3AA882A0AF54FDA36043F492252E472C878904E2C3D92E6C799C33E75DEA'
checksumType64 = 'sha256'
url = ''
checksum = ''
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://packagecloud.io/pagerduty/rundeck/packages/java/org.rundeck/rundeck-4.4.0-20220714.war/artifacts/rundeck-4.4.0-20220714.war/download
x32: https://packagecloud.io/pagerduty/rundeck/packages/java/org.rundeck/rundeck-4.5.0-20220811.war/artifacts/rundeck-4.5.0-20220811.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: 8134097018a30332e12d9edebb9911ebb1e445bc3e114112a93fa38b29645f26
checksum32: cc997f0eacb4945d772890a2a686492f5c16a3e03785e07318ed4e86e54b794f

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.4.0</version>
<version>4.5.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.4.0</releaseNotes>
<releaseNotes>https://www.rundeck.com/community-downloads/4.5.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.4.0-20220714.war/artifacts/rundeck-4.4.0-20220714.war/download'
$url = 'https://packagecloud.io/pagerduty/rundeck/packages/java/org.rundeck/rundeck-4.5.0-20220811.war/artifacts/rundeck-4.5.0-20220811.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 5e38153

Please sign in to comment.