postgresql: update to 9.6.23, adopt.
This commit is contained in:
parent
64510a434d
commit
983a5b561a
2 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'postgresql'
|
# Template file for 'postgresql'
|
||||||
pkgname=postgresql
|
pkgname=postgresql
|
||||||
version=9.6.22
|
version=9.6.23
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
make_build_target=world
|
make_build_target=world
|
||||||
configure_args="--with-openssl --with-python
|
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
|
makedepends="libfl-devel openssl-devel libuuid-devel libxslt-devel pam-devel perl
|
||||||
python-devel readline-devel tcl-devel"
|
python-devel readline-devel tcl-devel"
|
||||||
short_desc="Sophisticated open-source Object-Relational DBMS"
|
short_desc="Sophisticated open-source Object-Relational DBMS"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||||
license="PostgreSQL"
|
license="PostgreSQL"
|
||||||
homepage="https://www.postgresql.org"
|
homepage="https://www.postgresql.org"
|
||||||
changelog="https://www.postgresql.org/docs/current/release-${version//./-}.html"
|
changelog="https://www.postgresql.org/docs/current/release-${version//./-}.html"
|
||||||
distfiles="https://ftp.postgresql.org/pub/source/v${version}/${pkgname}-${version}.tar.bz2"
|
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
|
# initdb fails on github actions, works locally with xbps-uunshare
|
||||||
make_check=ci-skip
|
make_check=ci-skip
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
site="https://ftp.postgresql.org/pub/source/"
|
site="https://ftp.postgresql.org/pub/source/"
|
||||||
pattern="v\K[\d.]+(?!\w)"
|
pattern="v\K9[\d.]+(?!\w)"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue