mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
postgresql: update to 9.6.16.
This commit is contained in:
parent
7d6bb9fdb3
commit
3c4449e35b
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'postgresql'
|
# Template file for 'postgresql'
|
||||||
pkgname=postgresql
|
pkgname=postgresql
|
||||||
version=9.6.15
|
version=9.6.16
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
make_build_target=world
|
make_build_target=world
|
||||||
configure_args="--with-openssl --with-python
|
configure_args="--with-openssl --with-python
|
||||||
|
@ -13,11 +13,11 @@ hostmakedepends="docbook2x flex openjade"
|
||||||
makedepends="libfl-devel libressl-devel libuuid-devel libxslt-devel pam-devel perl
|
makedepends="libfl-devel libressl-devel libuuid-devel libxslt-devel pam-devel perl
|
||||||
python-devel readline-devel tcl-devel"
|
python-devel readline-devel tcl-devel"
|
||||||
short_desc="Sophisticated open-source Object-Relational DBMS"
|
short_desc="Sophisticated open-source Object-Relational DBMS"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Johannes <johannes.brechtmann@gmail.com>"
|
||||||
license="PostgreSQL"
|
license="PostgreSQL"
|
||||||
homepage="https://www.postgresql.org"
|
homepage="https://www.postgresql.org"
|
||||||
distfiles="https://ftp.postgresql.org/pub/source/v${version}/${pkgname}-${version}.tar.bz2"
|
distfiles="https://ftp.postgresql.org/pub/source/v${version}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=3cd9fe9af247167f863030842c1a57f58bdf3e5d50a94997d34a802b6032170a
|
checksum=5c6cba9cc0df70ba2b128c4a87d0babfce7c0e2b888f70a9c8485745f66b22e7
|
||||||
|
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/default/${pkgname}
|
/etc/default/${pkgname}
|
||||||
|
|
Loading…
Add table
Reference in a new issue