diff options
author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2016-05-13 13:21:13 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-05-13 21:48:38 +0200 |
commit | 17b034e64082b82c0b03952d4959bd8139c1b182 (patch) | |
tree | 97eee830acc2e37b0815cef75397ceb36a42b192 /package/postgresql/postgresql.mk | |
parent | 04f166d4b5b227b426272a2aabf1aad2b763df1c (diff) | |
download | buildroot-17b034e64082b82c0b03952d4959bd8139c1b182.tar.gz buildroot-17b034e64082b82c0b03952d4959bd8139c1b182.zip |
postgresql: bump version to 9.5.3
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 35728217ec..10da15e3b0 100644 --- a/package/postgresql/postgresql.mk +++ b/package/postgresql/postgresql.mk @@ -4,7 +4,7 @@ # ################################################################################ -POSTGRESQL_VERSION = 9.5.2 +POSTGRESQL_VERSION = 9.5.3 POSTGRESQL_SOURCE = postgresql-$(POSTGRESQL_VERSION).tar.bz2 POSTGRESQL_SITE = http://ftp.postgresql.org/pub/source/v$(POSTGRESQL_VERSION) POSTGRESQL_LICENSE = PostgreSQL |