postgresql14: update to 14.7.
This commit is contained in:
parent
4af2422268
commit
766d2359b5
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'postgresql14'
|
# Template file for 'postgresql14'
|
||||||
pkgname=postgresql14
|
pkgname=postgresql14
|
||||||
version=14.5
|
version=14.7
|
||||||
revision=4
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
make_build_target=world
|
make_build_target=world
|
||||||
_major="${version%%.*}"
|
_major="${version%%.*}"
|
||||||
|
@ -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=d4f72cb5fb857c9a9f75ec8cf091a1771272802f2178f0b2e65b7b6ff64f4a30
|
checksum=cef60f0098fa8101c1546f4254e45b722af5431337945b37af207007630db331
|
||||||
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