postgresql: update to 9.6.12.
This commit is contained in:
parent
74596e52db
commit
4c551108e5
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'postgresql'
|
||||
pkgname=postgresql
|
||||
version=9.6.11
|
||||
revision=2
|
||||
version=9.6.12
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
make_build_target="world"
|
||||
make_build_target=world
|
||||
configure_args="--with-openssl --with-python
|
||||
--with-pam --datadir=/usr/share/postgresql --enable-thread-safety
|
||||
--with-perl --with-tcl --without-ldap --without-gssapi --without-krb5
|
||||
|
@ -17,7 +17,7 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|||
license="PostgreSQL"
|
||||
homepage="https://www.postgresql.org"
|
||||
distfiles="https://ftp.postgresql.org/pub/source/v${version}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=38250adc69a1e8613fb926c894cda1d01031391a03648894b9a6e13ff354a530
|
||||
checksum=2e8c8446ba94767bda8a26cf5a2152bf0ae68a86aaebf894132a763084579d84
|
||||
|
||||
conf_files="
|
||||
/etc/default/${pkgname}
|
||||
|
|
Loading…
Reference in New Issue