Skip to content

Commit

Permalink
AU: 1 updated - postgresql14
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 19, 2022
1 parent 9dfd6af commit 1a30f18
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
22 changes: 11 additions & 11 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.2.1",
"postgresql": "14.2.2",
"postgresql-9.4": "9.4.26",
"postgresql-10.10": "10.10",
"postgresql-9.5": "9.5.25.1",
Expand Down Expand Up @@ -81,14 +81,14 @@
"13.5": "13.5.1",
"postgresql-14.1": "14.1.1",
"14.1": "14.1.1",
"postgresql-10.20": "10.20.1",
"10.20": "10.20.1",
"postgresql-11.15": "11.15.1",
"11.15": "11.15.1",
"postgresql-12.10": "12.10.1",
"12.10": "12.10.1",
"postgresql-13.6": "13.6.1",
"13.6": "13.6.1",
"postgresql-14.2": "14.2.1",
"14.2": "14.2.1"
"postgresql-10.20": "10.20.2",
"10.20": "10.20.2",
"postgresql-11.15": "11.15.2",
"11.15": "11.15.2",
"postgresql-12.10": "12.10.2",
"12.10": "12.10.2",
"postgresql-13.6": "13.6.2",
"13.6": "13.6.2",
"postgresql-14.2": "14.2.2",
"14.2": "14.2.2"
}
6 changes: 3 additions & 3 deletions 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.2.1</version>
<version>14.2.2</version>
<title>PostgreSQL</title>
<authors>PostgreSQL Global Development Group</authors>
<owners>majkinetor, cole.mike</owners>
Expand All @@ -29,10 +29,10 @@ PostgreSQL can be used, modified, and distributed by anyone free of charge for a
Other parameters could be set via `--ia` argument, for example, to set custom components:
```sh
choco install postgresql13 --params '/Password:test /Port:5433' --ia '--enable-components server'
choco install postgresql13 --params '/Password:test /Port:5433' --ia '--enable-components server,commandlinetools'
```
See [Silent install options](https://www.enterprisedb.com/edb-docs/d/postgresql/installation-getting-started/installation-guide-installers/10/PostgreSQL_Installation_Guide.1.16.html) for details.
Check all [installer](https://www.enterprisedb.com/downloads/postgres-postgresql-downloads) options by adding `--help` as command line argument.
## Notes
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.2-1-windows-x64.exe'
checksum64 = '781027D553A163CAD813C936094EDFA623FEBFCC375AC619B1C4DF9ADA5725F1'
url64 = 'https://get.enterprisedb.com/postgresql/postgresql-14.2-2-windows-x64.exe'
checksum64 = 'C165E27C673C3FD757C646C8BDC97D7CD2C5C82D2C129724FE8586E135840075'
checksumType64 = 'sha256'
url = ''
checksum = ''
Expand Down

0 comments on commit 1a30f18

Please sign in to comment.