From 05e07975bc2ddeb51578ce4c671f8a63b7b4baa7 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Sun, 13 May 2018 02:30:31 +0200 Subject: [PATCH] postgresql: Update from 10.3 to 10.4 --- packages/postgresql/build.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/postgresql/build.sh b/packages/postgresql/build.sh index 8717be47c..06364f517 100644 --- a/packages/postgresql/build.sh +++ b/packages/postgresql/build.sh @@ -1,9 +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.3 -TERMUX_PKG_REVISION=2 -TERMUX_PKG_SHA256=6ea268780ee35e88c65cdb0af7955ad90b7d0ef34573867f223f14e43467931a +TERMUX_PKG_VERSION=10.4 +TERMUX_PKG_SHA256=1b60812310bd5756c62d93a9f93de8c28ea63b0df254f428cd1cf1a4d9020048 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