mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
postgresql13: update to 13.1.
This commit is contained in:
parent
df48a62141
commit
de64ae11dc
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.0
|
version=13.1
|
||||||
revision=3
|
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=80e750be8d436b54197636a02636f8fd3263ba6779bf865b04832495ea592296
|
checksum=12345c83b89aa29808568977f5200d6da00f88a035517f925293355432ffe61f
|
||||||
|
|
||||||
conf_files="
|
conf_files="
|
||||||
/${_prefix}/etc/default/postgresql
|
/${_prefix}/etc/default/postgresql
|
||||||
|
|
Loading…
Add table
Reference in a new issue