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