postgresql: update to 9.6.23, adopt.

This commit is contained in:
Piotr Wójcik 2021-08-12 18:45:12 +02:00
parent 64510a434d
commit 983a5b561a
2 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
# Template file for 'postgresql'
pkgname=postgresql
version=9.6.22
revision=2
version=9.6.23
revision=1
build_style=gnu-configure
make_build_target=world
configure_args="--with-openssl --with-python
@ -13,12 +13,12 @@ hostmakedepends="docbook2x flex gettext openjade"
makedepends="libfl-devel openssl-devel libuuid-devel libxslt-devel pam-devel perl
python-devel readline-devel tcl-devel"
short_desc="Sophisticated open-source Object-Relational DBMS"
maintainer="Orphaned <orphan@voidlinux.org>"
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
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=3d32cd101025a0556813397c69feff3df3d63736adb8adeaf365c522f39f2930
checksum=a849f798401ab8c6dfa653ebbcd853b43f2200b4e3bc1ea3cb5bec9a691947b9
# initdb fails on github actions, works locally with xbps-uunshare
make_check=ci-skip

View file

@ -1,2 +1,2 @@
site="https://ftp.postgresql.org/pub/source/"
pattern="v\K[\d.]+(?!\w)"
pattern="v\K9[\d.]+(?!\w)"