Skip to content

Commit

Permalink
AU: 2 updated - invoke-build postgresql15
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 16, 2023
1 parent 37371f8 commit 7093659
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
2 changes: 1 addition & 1 deletion invoke-build/invoke-build.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>invoke-build</id>
<title>Invoke-Build</title>
<version>5.10.3</version>
<version>5.10.4</version>
<authors>Roman Kuzmin</authors>
<owners>Miodrag Milic</owners>
<summary>Invoke-Build is a build and test automation tool</summary>
Expand Down
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": "15.2",
"postgresql": "15.3",
"postgresql-9.4": "9.4.26",
"postgresql-10.10": "10.10",
"postgresql-9.5": "9.5.25.1",
Expand Down Expand Up @@ -138,5 +138,15 @@
"postgresql-14.7": "14.7",
"14.7": "14.7",
"postgresql-15.2": "15.2",
"15.2": "15.2"
"15.2": "15.2",
"postgresql-11.20": "11.20",
"11.20": "11.20",
"postgresql-12.15": "12.15",
"12.15": "12.15",
"postgresql-13.11": "13.11",
"13.11": "13.11",
"postgresql-14.8": "14.8",
"14.8": "14.8",
"postgresql-15.3": "15.3",
"15.3": "15.3"
}
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>postgresql15</id>
<version>15.2</version>
<version>15.3</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-15.2-1-windows-x64.exe'
checksum64 = 'BE866F4B4FE2C6E6F66814CE487474AF64597ADABB981A9F97499EB968CEE054'
url64 = 'https://get.enterprisedb.com/postgresql/postgresql-15.3-1-windows-x64.exe'
checksum64 = '51DCC6385B5A936BB2AD73C514672C4EE6E9603296599A78B6EB6A6C2F58341D'
checksumType64 = 'sha256'
url = ''
checksum = ''
Expand Down

0 comments on commit 7093659

Please sign in to comment.