From 6db7429c65ca191768de9d0815d63b3fa9998f72 Mon Sep 17 00:00:00 2001 From: Leonid Plyushch Date: Sun, 11 Aug 2019 19:56:07 +0300 Subject: [PATCH] postgresql: update to 11.5 --- 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 5b11454a2..e2e507c46 100644 --- a/packages/postgresql/build.sh +++ b/packages/postgresql/build.sh @@ -2,10 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://www.postgresql.org TERMUX_PKG_DESCRIPTION="Object-relational SQL database" TERMUX_PKG_LICENSE="BSD" TERMUX_PKG_MAINTAINER='Vishal Biswas @vishalbiswas' -TERMUX_PKG_VERSION=11.4 -TERMUX_PKG_REVISION=1 -TERMUX_PKG_SHA256=02802ddffd1590805beddd1e464dd28a46a41a5f1e1df04bab4f46663195cc8b +TERMUX_PKG_VERSION=11.5 TERMUX_PKG_SRCURL=https://ftp.postgresql.org/pub/source/v$TERMUX_PKG_VERSION/postgresql-$TERMUX_PKG_VERSION.tar.bz2 +TERMUX_PKG_SHA256=7fdf23060bfc715144cbf2696cf05b0fa284ad3eb21f0c378591c6bca99ad180 TERMUX_PKG_DEPENDS="openssl, libcrypt, readline, libandroid-shmem, libuuid, libxml2, libicu, zlib" # - pgac_cv_prog_cc_ldflags__Wl___as_needed: Inform that the linker supports as-needed. It's # not stricly necessary but avoids unnecessary linking of binaries.