From 4c551108e5c4b9e7023a5d65d95f5b020efb646d Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 17 Feb 2019 09:38:45 -0300 Subject: [PATCH] postgresql: update to 9.6.12. --- srcpkgs/postgresql/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/postgresql/template b/srcpkgs/postgresql/template index 4b1bd17311..5034ac69bf 100644 --- a/srcpkgs/postgresql/template +++ b/srcpkgs/postgresql/template @@ -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 " 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}