]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
postgresql: bump version to 9.4.1
authorPeter Seiderer <ps.report@gmx.net>
Sun, 8 Feb 2015 15:58:28 +0000 (16:58 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 8 Feb 2015 20:36:47 +0000 (21:36 +0100)
See [1] for a detailed list of changes.

[1] http://www.postgresql.org/docs/9.4/static/release-9-4-1.html

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/postgresql/postgresql.hash
package/postgresql/postgresql.mk

index 834eb30036fd114fd09cb15fbf3262191decf165..ea2be3e5375299ca5566c4a5f6f503e8268408f0 100644 (file)
@@ -1,2 +1,2 @@
-# From https://ftp.postgresql.org/pub/source/v9.4.0/postgresql-9.4.0.tar.bz2.sha256
-sha256 7a35c3cb77532f7b15702e474d7ef02f0f419527ee80a4ca6036fffb551625a5        postgresql-9.4.0.tar.bz2
+# From https://ftp.postgresql.org/pub/source/v9.4.1/postgresql-9.4.1.tar.bz2.sha256
+sha256 29ddb77c820095b8f52e5455e9c6c6c20cf979b0834ed1986a8857b84888c3a6  postgresql-9.4.1.tar.bz2
index 6fc965622fdec0e938d877bd64cdbdbd46f913bd..7dfef06ffa6c585cc5a4dc952645d3f5a433c67b 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-POSTGRESQL_VERSION = 9.4.0
+POSTGRESQL_VERSION = 9.4.1
 POSTGRESQL_SOURCE = postgresql-$(POSTGRESQL_VERSION).tar.bz2
 POSTGRESQL_SITE = http://ftp.postgresql.org/pub/source/v$(POSTGRESQL_VERSION)
 POSTGRESQL_LICENSE = PostgreSQL