]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
postgresql: bump version to 9.6.0
authorPeter Seiderer <ps.report@gmx.net>
Thu, 20 Oct 2016 19:49:32 +0000 (21:49 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 22 Oct 2016 13:35:37 +0000 (15:35 +0200)
For release notes see [1].

[1] https://www.postgresql.org/docs/9.6/static/release-9-6.html

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/postgresql/postgresql.hash
package/postgresql/postgresql.mk

index 0d54890d2c017348fa6a56dc5979f884e22d1588..5e73badec6e870996525ae772a87d3c386efa3be 100644 (file)
@@ -1,2 +1,2 @@
-# From https://ftp.postgresql.org/pub/source/v9.5.4/postgresql-9.5.4.tar.bz2.sha256
-sha256 cf5e571164ad66028ecd7dd8819e3765470d45bcd440d258b686be7e69c76ed0  postgresql-9.5.4.tar.bz2
+# From https://ftp.postgresql.org/pub/source/v9.6.0/postgresql-9.6.0.tar.bz2.sha256
+sha256 3b5fe9634b80a4511aac1832a087586a7caa8c3413619562bdda009a015863ce  postgresql-9.6.0.tar.bz2
index 7179bbe88b4966d75374dfab678b187c45184817..e2756bf10de6e6196c1c52dc084e3225573b4222 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-POSTGRESQL_VERSION = 9.5.4
+POSTGRESQL_VERSION = 9.6.0
 POSTGRESQL_SOURCE = postgresql-$(POSTGRESQL_VERSION).tar.bz2
 POSTGRESQL_SITE = http://ftp.postgresql.org/pub/source/v$(POSTGRESQL_VERSION)
 POSTGRESQL_LICENSE = PostgreSQL