postgresql12: update to 12.4.
This commit is contained in:
parent
fbd25d29cb
commit
9c534987ca
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'postgresql12'
|
# Template file for 'postgresql12'
|
||||||
pkgname=postgresql12
|
pkgname=postgresql12
|
||||||
version=12.3
|
version=12.4
|
||||||
revision=2
|
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=94ed64a6179048190695c86ec707cc25d016056ce10fc9d229267d9a8f1dcf41
|
checksum=bee93fbe2c32f59419cb162bcc0145c58da9a8644ee154a30b9a5ce47de606cc
|
||||||
|
|
||||||
conf_files="
|
conf_files="
|
||||||
/${_prefix}/etc/default/postgresql
|
/${_prefix}/etc/default/postgresql
|
||||||
|
|
Loading…
Reference in New Issue