From cda3c75ef998f4468b33bb9f6a3b5cbd2a31c168 Mon Sep 17 00:00:00 2001 From: Johannes Date: Sat, 13 Mar 2021 21:08:06 +0100 Subject: [PATCH] postgresql: update to 9.6.21. --- srcpkgs/postgresql/template | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/srcpkgs/postgresql/template b/srcpkgs/postgresql/template index e5eda8fb05c..25f7e62bd8d 100644 --- a/srcpkgs/postgresql/template +++ b/srcpkgs/postgresql/template @@ -1,7 +1,7 @@ # Template file for 'postgresql' pkgname=postgresql -version=9.6.20 -revision=2 +version=9.6.21 +revision=1 build_style=gnu-configure make_build_target=world configure_args="--with-openssl --with-python @@ -19,7 +19,9 @@ license="PostgreSQL" homepage="https://www.postgresql.org" changelog="https://www.postgresql.org/docs/current/release-${version//./-}.html" distfiles="https://ftp.postgresql.org/pub/source/v${version}/${pkgname}-${version}.tar.bz2" -checksum=3d08cba409d45ab62d42b24431a0d55e7537bcd1db2d979f5f2eefe34d487bb6 +checksum=930feaef28885c97ec40c26ab6221903751eeb625de92b22602706d7d47d1634 +# initdb fails on github actions, works locally with xbps-uunshare +make_check=extended conf_files=" /etc/default/${pkgname}