mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
postgresql13: update to 13.2.
This commit is contained in:
parent
76988cd6c9
commit
8af6297421
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'postgresql13'
|
# Template file for 'postgresql13'
|
||||||
pkgname=postgresql13
|
pkgname=postgresql13
|
||||||
version=13.1
|
version=13.2
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="postgresql-${version}"
|
wrksrc="postgresql-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -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=12345c83b89aa29808568977f5200d6da00f88a035517f925293355432ffe61f
|
checksum=5fd7fcd08db86f5b2aed28fcfaf9ae0aca8e9428561ac547764c2a2b0f41adfc
|
||||||
|
|
||||||
conf_files="
|
conf_files="
|
||||||
/${_prefix}/etc/default/postgresql
|
/${_prefix}/etc/default/postgresql
|
||||||
|
|
Loading…
Add table
Reference in a new issue