postgresql: bump to version 9.4.3

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Gustavo Zacarias 2015-06-08 15:43:25 -03:00 committed by Thomas Petazzoni
parent cb3c787a5c
commit 233862860c
2 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
# From https://ftp.postgresql.org/pub/source/v9.4.2/postgresql-9.4.2.tar.bz2.sha256
sha256 81fda191c165ba1d25d75cd0166ece5abdcb4a7f5eca01b349371e279ebb4d11 postgresql-9.4.2.tar.bz2
# From https://ftp.postgresql.org/pub/source/v9.4.3/postgresql-9.4.3.tar.bz2.sha256
sha256 734acfd2ac352dd0cd353d226f3199c2e1a2730200998aea5b38cf685136d755 postgresql-9.4.3.tar.bz2

View File

@ -4,7 +4,7 @@
#
################################################################################
POSTGRESQL_VERSION = 9.4.2
POSTGRESQL_VERSION = 9.4.3
POSTGRESQL_SOURCE = postgresql-$(POSTGRESQL_VERSION).tar.bz2
POSTGRESQL_SITE = http://ftp.postgresql.org/pub/source/v$(POSTGRESQL_VERSION)
POSTGRESQL_LICENSE = PostgreSQL