mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
postgresql13: update to 13.3.
This commit is contained in:
parent
31e04ecab2
commit
0dfa6a5d8c
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'postgresql13'
|
# Template file for 'postgresql13'
|
||||||
pkgname=postgresql13
|
pkgname=postgresql13
|
||||||
version=13.2
|
version=13.3
|
||||||
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=5fd7fcd08db86f5b2aed28fcfaf9ae0aca8e9428561ac547764c2a2b0f41adfc
|
checksum=3cd9454fa8c7a6255b6743b767700925ead1b9ab0d7a0f9dcb1151010f8eb4a1
|
||||||
|
|
||||||
conf_files="
|
conf_files="
|
||||||
/${_prefix}/etc/default/postgresql
|
/${_prefix}/etc/default/postgresql
|
||||||
|
|
Loading…
Add table
Reference in a new issue