diff options
author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2017-03-13 11:52:13 +0000 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-03-18 15:53:25 +0100 |
commit | cd3d6c32ca515d5fb8dcc47cb17b2677fd480948 (patch) | |
tree | e81057b7b0f46a5eb97f48a64b8a4f6d4110accb /package/postgresql/postgresql.mk | |
parent | 36cabc5a744d97090784a29a4001a994728e0539 (diff) | |
download | buildroot-cd3d6c32ca515d5fb8dcc47cb17b2677fd480948.tar.gz buildroot-cd3d6c32ca515d5fb8dcc47cb17b2677fd480948.zip |
postgresql: bump version to 9.6.2
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
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 bc2bf47ee7..e07afc94a8 100644 --- a/package/postgresql/postgresql.mk +++ b/package/postgresql/postgresql.mk @@ -4,7 +4,7 @@ # ################################################################################ -POSTGRESQL_VERSION = 9.6.1 +POSTGRESQL_VERSION = 9.6.2 POSTGRESQL_SOURCE = postgresql-$(POSTGRESQL_VERSION).tar.bz2 POSTGRESQL_SITE = http://ftp.postgresql.org/pub/source/v$(POSTGRESQL_VERSION) POSTGRESQL_LICENSE = PostgreSQL |