postgresql12: update to 12.5.
This commit is contained in:
parent
f0ea238dfd
commit
df48a62141
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'postgresql12'
|
# Template file for 'postgresql12'
|
||||||
pkgname=postgresql12
|
pkgname=postgresql12
|
||||||
version=12.4
|
version=12.5
|
||||||
revision=5
|
revision=1
|
||||||
wrksrc="postgresql-${version}"
|
wrksrc="postgresql-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
make_build_target=world
|
make_build_target=world
|
||||||
|
@ -22,7 +22,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=bee93fbe2c32f59419cb162bcc0145c58da9a8644ee154a30b9a5ce47de606cc
|
checksum=bd0d25341d9578b5473c9506300022de26370879581f5fddd243a886ce79ff95
|
||||||
|
|
||||||
conf_files="
|
conf_files="
|
||||||
/${_prefix}/etc/default/postgresql
|
/${_prefix}/etc/default/postgresql
|
||||||
|
|
Loading…
Reference in New Issue