X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/acecb62b144d4b389811a3ef1f5d0b0002ad78bf..d6a5c31e4ee7d8f9303706651a9147132fdf9818:/packages/postgresql/build.sh diff --git a/packages/postgresql/build.sh b/packages/postgresql/build.sh index 676617f7..f7577be9 100644 --- a/packages/postgresql/build.sh +++ b/packages/postgresql/build.sh @@ -1,9 +1,9 @@ TERMUX_PKG_HOMEPAGE=https://www.postgresql.org TERMUX_PKG_DESCRIPTION="Object-relational SQL database" TERMUX_PKG_MAINTAINER='Vishal Biswas @vishalbiswas' -TERMUX_PKG_VERSION=9.6.2 +TERMUX_PKG_VERSION=10.2 +TERMUX_PKG_SHA256=fe32009b62ddb97f7f014307ce9d0edb6972f5a698e63cb531088e147d145bad TERMUX_PKG_SRCURL=https://ftp.postgresql.org/pub/source/v$TERMUX_PKG_VERSION/postgresql-$TERMUX_PKG_VERSION.tar.bz2 -TERMUX_PKG_SHA256=0187b5184be1c09034e74e44761505e52357248451b0c854dddec6c231fe50c9 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 # not stricly necessary but avoids unnecessary linking of binaries.