postgresql16: update to 16.4.
This commit is contained in:
parent
87c3c1a443
commit
5f8b01f983
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'postgresql16'
|
# Template file for 'postgresql16'
|
||||||
pkgname=postgresql16
|
pkgname=postgresql16
|
||||||
version=16.3
|
version=16.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
make_build_target=world
|
make_build_target=world
|
||||||
|
@ -21,7 +21,7 @@ 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}/postgresql-${version}.tar.bz2"
|
distfiles="https://ftp.postgresql.org/pub/source/v${version}/postgresql-${version}.tar.bz2"
|
||||||
checksum=331963d5d3dc4caf4216a049fa40b66d6bcb8c730615859411b9518764e60585
|
checksum=971766d645aa73e93b9ef4e3be44201b4f45b5477095b049125403f9f3386d6f
|
||||||
make_check=ci-skip # Postgres server can't be run as root
|
make_check=ci-skip # Postgres server can't be run as root
|
||||||
|
|
||||||
conf_files="
|
conf_files="
|
||||||
|
|
Loading…
Reference in New Issue