From 44114f4cf450fbfacb8b4539475a5ba0256d04e1 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Sun, 23 Jun 2019 23:46:00 +0200 Subject: [PATCH] postgresql: Update from 11.3 to 11.4 --- 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 bf23cfc6c..0095b457e 100644 --- a/packages/postgresql/build.sh +++ b/packages/postgresql/build.sh @@ -2,8 +2,8 @@ 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.3 -TERMUX_PKG_SHA256=2a85e082fc225944821dfd23990e32dfcd2284c19060864b0ad4ca537d30522d +TERMUX_PKG_VERSION=11.4 +TERMUX_PKG_SHA256=02802ddffd1590805beddd1e464dd28a46a41a5f1e1df04bab4f46663195cc8b 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, libicu, zlib" # - pgac_cv_prog_cc_ldflags__Wl___as_needed: Inform that the linker supports as-needed. It's