postgresql: update to 9.6.15.

This commit is contained in:
Johannes 2019-08-12 22:27:27 +02:00 committed by Johannes
parent 6ce38c1f49
commit d4c3bab9c9

View file

@ -1,6 +1,6 @@
# Template file for 'postgresql'
pkgname=postgresql
version=9.6.14
version=9.6.15
revision=1
build_style=gnu-configure
make_build_target=world
@ -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=3f08c265c9ae814f727461408ab24fdf3d954c4f7ae42d9c97b3c7e03fc31a22
checksum=3cd9fe9af247167f863030842c1a57f58bdf3e5d50a94997d34a802b6032170a
conf_files="
/etc/default/${pkgname}
@ -179,4 +179,3 @@ postgresql-contrib_package() {
make -C contrib install DESTDIR=${PKGDESTDIR}
}
}