From 45d9c72a355d8cee95a05a19d1ea4bd12322f022 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Fri, 9 Nov 2018 14:22:06 +0200 Subject: [PATCH] postgresql: update to 11.1 --- 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 2b99d2cb9..59024d1ac 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=11.0 -TERMUX_PKG_SHA256=bf9bba03d0c3902c188af12e454b35343c4a9bf9e377ec2fe50132efb44ef36b +TERMUX_PKG_VERSION=11.1 +TERMUX_PKG_SHA256=90815e812874831e9a4bf6e1136bf73bc2c5a0464ef142e2dfea40cda206db08 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, libuuid, libxml2" # - pgac_cv_prog_cc_ldflags__Wl___as_needed: Inform that the linker supports as-needed. It's