diff options
author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2015-06-18 18:46:06 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-06-21 06:39:19 +0200 |
commit | 0b9d184ddde036af7c1af786ff413387e221a2b0 (patch) | |
tree | bef73efe10cffb406b059843896ddbbe403653eb /package/postgresql/postgresql.mk | |
parent | 649d638f21c2e6aea564e555868676a3b4d908e0 (diff) | |
download | buildroot-0b9d184ddde036af7c1af786ff413387e221a2b0.tar.gz buildroot-0b9d184ddde036af7c1af786ff413387e221a2b0.zip |
postgresql: bump to version 9.4.4
- Bump to version 9.4.4
- Update hash file
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 c4fa36cc74..382f3209ee 100644 --- a/package/postgresql/postgresql.mk +++ b/package/postgresql/postgresql.mk @@ -4,7 +4,7 @@ # ################################################################################ -POSTGRESQL_VERSION = 9.4.3 +POSTGRESQL_VERSION = 9.4.4 POSTGRESQL_SOURCE = postgresql-$(POSTGRESQL_VERSION).tar.bz2 POSTGRESQL_SITE = http://ftp.postgresql.org/pub/source/v$(POSTGRESQL_VERSION) POSTGRESQL_LICENSE = PostgreSQL |