postgresql14: update to 14.8.
This commit is contained in:
parent
fa1d980c4c
commit
eb602d67bb
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'postgresql14'
|
||||
pkgname=postgresql14
|
||||
version=14.7
|
||||
version=14.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=cef60f0098fa8101c1546f4254e45b722af5431337945b37af207007630db331
|
||||
checksum=39d38f0030737ed03835debeefee3b37d335462ce4995e2497bc38d621ebe45a
|
||||
make_check=ci-skip # Postgres server can't be run as root
|
||||
|
||||
conf_files="
|
||||
|
|
Loading…
Reference in New Issue