]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
postgresql: bump version to 9.6.2
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>
Mon, 13 Mar 2017 11:52:13 +0000 (11:52 +0000)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 15 May 2017 11:37:35 +0000 (13:37 +0200)
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
(cherry picked from commit cd3d6c32ca515d5fb8dcc47cb17b2677fd480948)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/postgresql/postgresql.hash
package/postgresql/postgresql.mk

index 900a55a7adbbec021cbdda27b0b46b1fe9a06c67..1524a342ab99f9f05c12fc897fc97a698472a2f1 100644 (file)
@@ -1,2 +1,2 @@
-# From https://ftp.postgresql.org/pub/source/v9.6.1/postgresql-9.6.1.tar.bz2.sha256
-sha256 e5101e0a49141fc12a7018c6dad594694d3a3325f5ab71e93e0e51bd94e51fcd  postgresql-9.6.1.tar.bz2
+# From https://ftp.postgresql.org/pub/source/v9.6.2/postgresql-9.6.2.tar.bz2.sha256
+sha256 0187b5184be1c09034e74e44761505e52357248451b0c854dddec6c231fe50c9  postgresql-9.6.2.tar.bz2
index bc2bf47ee787c4904a6ff0bab5d628d734d5c9b5..e07afc94a892559fec11b08f5c0d0617d81990fb 100644 (file)
@@ -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