postgresql: bump version to 9.6.1

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Vicente Olivert Riera 2016-10-31 16:31:25 +00:00 committed by Thomas Petazzoni
parent 91081e2a6b
commit fcb554d39d
2 changed files with 3 additions and 3 deletions

View file

@ -1,2 +1,2 @@
# 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
# 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

View file

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