postgresql15: update to 15.7.
This commit is contained in:
parent
7cfb26c556
commit
450cac8864
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'postgresql15'
|
||||
pkgname=postgresql15
|
||||
version=15.6
|
||||
version=15.7
|
||||
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=8455146ed9c69c93a57de954aead0302cafad035c2b242175d6aa1e17ebcb2fb
|
||||
checksum=a46fe49485ab6385e39dabbbb654f5d3049206f76cd695e224268729520998f7
|
||||
make_check=ci-skip # Postgres server can't be run as root
|
||||
|
||||
conf_files="
|
||||
|
|
Loading…
Reference in New Issue