postgresql16: update to 16.3.
This commit is contained in:
parent
450cac8864
commit
8835d312e4
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'postgresql16'
|
||||
pkgname=postgresql16
|
||||
version=16.2
|
||||
version=16.3
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
make_build_target=world
|
||||
|
@ -21,7 +21,7 @@ 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}/postgresql-${version}.tar.bz2"
|
||||
checksum=446e88294dbc2c9085ab4b7061a646fa604b4bec03521d5ea671c2e5ad9b2952
|
||||
checksum=331963d5d3dc4caf4216a049fa40b66d6bcb8c730615859411b9518764e60585
|
||||
make_check=ci-skip # Postgres server can't be run as root
|
||||
|
||||
conf_files="
|
||||
|
|
Loading…
Reference in New Issue