From 9e7e5c2b2849e7c6b9f5d9c52dc149441600a248 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Sat, 3 Mar 2018 20:52:16 +0100 Subject: [PATCH 1/1] postgresql: Update from 10.2 to 10.3 --- 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 f7577be9..e97d868d 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=10.2 -TERMUX_PKG_SHA256=fe32009b62ddb97f7f014307ce9d0edb6972f5a698e63cb531088e147d145bad +TERMUX_PKG_VERSION=10.3 +TERMUX_PKG_SHA256=6ea268780ee35e88c65cdb0af7955ad90b7d0ef34573867f223f14e43467931a 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 -- 2.11.0