Skip to content

Commit

Permalink
AU: 1 updated - postgresql17
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 26, 2024
1 parent 1c59839 commit 689b1fe
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
16 changes: 14 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": "17.1",
"postgresql": "17.2",
"postgresql-9.4": "9.4.26",
"postgresql-10.10": "10.10",
"postgresql-9.5": "9.5.25.1",
Expand Down Expand Up @@ -196,5 +196,17 @@
"postgresql-16.5": "16.5",
"16.5": "16.5",
"postgresql-17.1": "17.1",
"17.1": "17.1"
"17.1": "17.1",
"postgresql-12.22": "12.22",
"12.22": "12.22",
"postgresql-13.18": "13.18",
"13.18": "13.18",
"postgresql-14.15": "14.15",
"14.15": "14.15",
"postgresql-15.10": "15.10",
"15.10": "15.10",
"postgresql-16.6": "16.6",
"16.6": "16.6",
"postgresql-17.2": "17.2",
"17.2": "17.2"
}
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>postgresql17</id>
<version>17.1</version>
<version>17.2</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-17.1-1-windows-x64.exe'
checksum64 = 'EE44788EE64E3E9246876C57CBF08B2CF76645324C9A0C5D80AB2CD4EC84C2BA'
url64 = 'https://get.enterprisedb.com/postgresql/postgresql-17.2-1-windows-x64.exe'
checksum64 = '004FF90C13828896B015DE814E3119C156EBB637A5C2E4F7119A313C1A931240'
checksumType64 = 'sha256'
url = ''
checksum = ''
Expand Down

0 comments on commit 689b1fe

Please sign in to comment.