Skip to content

Commit a1308c3

Browse files
authored
Merge pull request #1509 from mvwieringen/mvw/pgupdate
postgresql package updates
2 parents b7ae189 + 2e21792 commit a1308c3

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

build/postgresql/build-12.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
PROG=postgresql
2121
PKG=ooce/database/postgresql-12
22-
VER=12.19
22+
VER=12.20
2323
SUMMARY="PostgreSQL 12"
2424
DESC="The World's Most Advanced Open Source Relational Database"
2525

build/postgresql/build-13.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
PROG=postgresql
2121
PKG=ooce/database/postgresql-13
22-
VER=13.15
22+
VER=13.16
2323
SUMMARY="PostgreSQL 13"
2424
DESC="The World's Most Advanced Open Source Relational Database"
2525

build/postgresql/build-14.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
PROG=postgresql
2121
PKG=ooce/database/postgresql-14
22-
VER=14.12
22+
VER=14.13
2323
SUMMARY="PostgreSQL 14"
2424
DESC="The World's Most Advanced Open Source Relational Database"
2525

build/postgresql/build-15.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
PROG=postgresql
2121
PKG=ooce/database/postgresql-15
22-
VER=15.7
22+
VER=15.8
2323
SUMMARY="PostgreSQL 15"
2424
DESC="The World's Most Advanced Open Source Relational Database"
2525

build/postgresql/build-16.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
PROG=postgresql
2121
PKG=ooce/database/postgresql-16
22-
VER=16.3
22+
VER=16.4
2323
SUMMARY="PostgreSQL 16"
2424
DESC="The World's Most Advanced Open Source Relational Database"
2525

doc/packages.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
| ooce/database/mariadb-105 | 10.5.25 | https://downloads.mariadb.org/mariadb/+releases/ | [omniosorg](https://github.com/omniosorg)
3939
| ooce/database/mariadb-106 | 10.6.18 | https://downloads.mariadb.org/mariadb/+releases/ | [omniosorg](https://github.com/omniosorg)
4040
| ooce/database/mariadb-1011 | 10.11.8 | https://downloads.mariadb.org/mariadb/+releases/ | [omniosorg](https://github.com/omniosorg)
41-
| ooce/database/postgresql-12 | 12.19 | https://www.postgresql.org/ftp/source/ | [omniosorg](https://github.com/omniosorg)
42-
| ooce/database/postgresql-13 | 13.15 | https://www.postgresql.org/ftp/source/ | [omniosorg](https://github.com/omniosorg)
43-
| ooce/database/postgresql-14 | 14.12 | https://www.postgresql.org/ftp/source/ | [omniosorg](https://github.com/omniosorg)
44-
| ooce/database/postgresql-15 | 15.7 | https://www.postgresql.org/ftp/source/ | [omniosorg](https://github.com/omniosorg)
45-
| ooce/database/postgresql-16 | 16.3 | https://www.postgresql.org/ftp/source/ | [omniosorg](https://github.com/omniosorg)
41+
| ooce/database/postgresql-12 | 12.20 | https://www.postgresql.org/ftp/source/ | [omniosorg](https://github.com/omniosorg)
42+
| ooce/database/postgresql-13 | 13.16 | https://www.postgresql.org/ftp/source/ | [omniosorg](https://github.com/omniosorg)
43+
| ooce/database/postgresql-14 | 14.13 | https://www.postgresql.org/ftp/source/ | [omniosorg](https://github.com/omniosorg)
44+
| ooce/database/postgresql-15 | 15.8 | https://www.postgresql.org/ftp/source/ | [omniosorg](https://github.com/omniosorg)
45+
| ooce/database/postgresql-16 | 16.4 | https://www.postgresql.org/ftp/source/ | [omniosorg](https://github.com/omniosorg)
4646
| ooce/database/postgresql-XX/citus | 12.1.0 | https://github.com/citusdata/citus/releases | [omniosorg](https://github.com/omniosorg)
4747
| ooce/database/postgresql-XX/mysql_fdw | 2.9.1 | https://github.com/EnterpriseDB/mysql_fdw/releases | [omniosorg](https://github.com/omniosorg)
4848
| ooce/database/postgresql-XX/pg_repack | 1.5.0 | https://github.com/reorg/pg_repack/tags | [omniosorg](https://github.com/omniosorg)

0 commit comments

Comments
 (0)