postgresql: update to 9.6.21.
This commit is contained in:
parent
9b4ba41f4d
commit
4b94bc69c0
1 changed files with 5 additions and 3 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue