mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 16:02:55 +02:00
postgresql16: update to 16.9.
This commit is contained in:
parent
badbc114f9
commit
fde8a034e4
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'postgresql16'
|
# Template file for 'postgresql16'
|
||||||
pkgname=postgresql16
|
pkgname=postgresql16
|
||||||
version=16.8
|
version=16.9
|
||||||
revision=4
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
make_build_target=world
|
make_build_target=world
|
||||||
_major="${version%%.*}"
|
_major="${version%%.*}"
|
||||||
|
@ -21,7 +21,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=9468083a56ce0ee7d294601b74dad3dd9fc69d87aff61f0a9fb63c813ff7efd8
|
checksum=07c00fb824df0a0c295f249f44691b86e3266753b380c96f633c3311e10bd005
|
||||||
|
|
||||||
conf_files="
|
conf_files="
|
||||||
/${_sysconfdir}/default/postgresql
|
/${_sysconfdir}/default/postgresql
|
||||||
|
|
Loading…
Add table
Reference in a new issue