chiark / gitweb /
postgresql: Add source checksum
authorFredrik Fornwall <fredrik@fornwall.net>
Sun, 5 Feb 2017 13:29:02 +0000 (14:29 +0100)
committerFredrik Fornwall <fredrik@fornwall.net>
Sun, 5 Feb 2017 13:29:02 +0000 (14:29 +0100)
disabled-packages/postgresql/build.sh

index 53ba5ed53c4f08b5d076312132f19340a773e1f7..2f1c1319e743bce7a4095a1231b1129d91a8ca5a 100644 (file)
@@ -1,7 +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.1
-TERMUX_PKG_HOMEPAGE=https://www.postgresql.org
 TERMUX_PKG_SRCURL=https://ftp.postgresql.org/pub/source/v$TERMUX_PKG_VERSION/postgresql-$TERMUX_PKG_VERSION.tar.bz2
+TERMUX_PKG_SHA256=e5101e0a49141fc12a7018c6dad594694d3a3325f5ab71e93e0e51bd94e51fcd
 TERMUX_PKG_DEPENDS="openssl, libcrypt, readline"
 TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" --without-gssapi --with-readline --with-openssl --with-system-tzdata=/system/usr/share/zoneinfo"
 TERMUX_PKG_EXTRA_MAKE_ARGS=" -s"