From 772c5054f1e2ebdfe9115a0cc3a5085e6a8576b8 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Sat, 2 Sep 2017 00:09:07 +0200 Subject: [PATCH] postgresql: Update from 9.6.4 to 9.6.5 --- packages/postgresql/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/postgresql/build.sh b/packages/postgresql/build.sh index 05de6a2fd..cb76e0e14 100644 --- a/packages/postgresql/build.sh +++ b/packages/postgresql/build.sh @@ -1,8 +1,8 @@ TERMUX_PKG_HOMEPAGE=https://www.postgresql.org TERMUX_PKG_DESCRIPTION="Object-relational SQL database" TERMUX_PKG_MAINTAINER='Vishal Biswas @vishalbiswas' -TERMUX_PKG_VERSION=9.6.4 -TERMUX_PKG_SHA256=2b3ab16d82e21cead54c08b95ce3ac480696944a68603b6c11b3205b7376ce13 +TERMUX_PKG_VERSION=9.6.5 +TERMUX_PKG_SHA256=06da12a7e3dddeb803962af8309fa06da9d6989f49e22865335f0a14bad0744c TERMUX_PKG_SRCURL=https://ftp.postgresql.org/pub/source/v$TERMUX_PKG_VERSION/postgresql-$TERMUX_PKG_VERSION.tar.bz2 TERMUX_PKG_DEPENDS="openssl, libcrypt, readline, libandroid-shmem" # - pgac_cv_prog_cc_ldflags__Wl___as_needed: Inform that the linker supports as-needed. It's