Skip to content

Commit

Permalink
AU: 1 updated - postgresql10
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 13, 2021
1 parent fee1b8e commit 58f7221
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion postgresql/postgresql.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,7 @@
"postgresql-12.7": "12.7.2",
"12.7": "12.7.2",
"postgresql-13.3": "13.3.2",
"13.3": "13.3.2"
"13.3": "13.3.2",
"postgresql-10.18": "10.18.1",
"10.18": "10.18.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>postgresql10</id>
<version>10.17.2</version>
<version>10.18.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 @@ $silentArgs = @{
$packageArgs = @{
packageName = $Env:ChocolateyPackageName
fileType = 'exe'
url64 = 'https://get.enterprisedb.com/postgresql/postgresql-10.17-2-windows-x64.exe'
checksum64 = 'A0D34E4E0E90F445B0CDBC4FFC68BF55F2E297E58E738D84D92B2AE1A7FA7448'
url64 = 'https://get.enterprisedb.com/postgresql/postgresql-10.18-1-windows-x64.exe'
checksum64 = '6314024E90B5377AD70F96C1E6E34967209AEBB2B73C774CFB755F1E0F0C95DE'
checksumType64 = 'sha256'
url = 'https://get.enterprisedb.com/postgresql/postgresql-10.17-1-windows.exe'
checksum = 'B88EC7B4DF6050D866739B5A2766933E4F9E5E62F142F8BC8E310114DBB44BF1'
Expand Down

0 comments on commit 58f7221

Please sign in to comment.