diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2017-11-13 23:16:31 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2017-11-13 23:16:31 +0100 |
commit | f5022e070a87d595f0f5810833875e8c69a5f1a1 (patch) | |
tree | 0a743e9dec683dc45cc6033d0bcaad0819c2fc43 /package/postgresql/postgresql.mk | |
parent | e57335cec2afe1aac395018c988e8946f8c76207 (diff) | |
parent | 071cc43892f4a6c0b26b7a145f844acde31e7ee0 (diff) | |
download | buildroot-f5022e070a87d595f0f5810833875e8c69a5f1a1.tar.gz buildroot-f5022e070a87d595f0f5810833875e8c69a5f1a1.zip |
Merge tag '2017.11-rc2' into next
master has gained a number of autobuilder bugfixes since rc1, so merge these
to next to also fix them there.
Diffstat (limited to 'package/postgresql/postgresql.mk')
-rw-r--r-- | package/postgresql/postgresql.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/postgresql/postgresql.mk b/package/postgresql/postgresql.mk index 7adb957cf0..50ce212c1c 100644 --- a/package/postgresql/postgresql.mk +++ b/package/postgresql/postgresql.mk @@ -4,7 +4,7 @@ # ################################################################################ -POSTGRESQL_VERSION = 9.6.5 +POSTGRESQL_VERSION = 9.6.6 POSTGRESQL_SOURCE = postgresql-$(POSTGRESQL_VERSION).tar.bz2 POSTGRESQL_SITE = http://ftp.postgresql.org/pub/source/v$(POSTGRESQL_VERSION) POSTGRESQL_LICENSE = PostgreSQL |