Skip to content

Commit

Permalink
AU: 1 updated - postgresql
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 3, 2019
1 parent 0b99522 commit 1136af2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion postgresql/postgresql.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@
"11.5": "11.5",
"postgresql": "11.5",
"postgresql-9.4": "9.4.24",
"postgresql-10.10": "10.10"
"postgresql-10.10": "10.10",
"postgresql-9.5": "9.5.19",
"postgresql-9.6": "9.6.15"
}
4 changes: 2 additions & 2 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>postgresql</id>
<version>10.10</version>
<version>9.6.15</version>
<title>PostgreSQL</title>
<authors>PostgreSQL Global Development Group</authors>
<owners>majkinetor, cole.mike</owners>
Expand Down Expand Up @@ -38,7 +38,7 @@ PostgreSQL can be used, modified, and distributed by anyone free of charge for a
<mailingListUrl>https://www.postgresql.org/list</mailingListUrl>
<bugTrackerUrl>https://www.postgresql.org/account/submitbug</bugTrackerUrl>
<dependencies>
<dependency id="postgresql10" version="[10.10]" />
<dependency id="postgresql9" version="[9.6.15]" />
</dependencies>
</metadata>

Expand Down

0 comments on commit 1136af2

Please sign in to comment.