postgresql: update to 9.4.5.
This commit is contained in:
parent
bae958b7fd
commit
801b8327aa
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'postgresql'
|
||||
pkgname=postgresql
|
||||
version=9.4.4
|
||||
revision=4
|
||||
version=9.4.5
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
make_build_target="world"
|
||||
configure_args="--with-openssl --with-python
|
||||
|
@ -10,11 +10,11 @@ configure_args="--with-openssl --with-python
|
|||
--without-bonjour --with-libxml --with-libxslt --disable-rpath
|
||||
--with-system-tzdata=/usr/share/zoneinfo --enable-nls --with-uuid=e2fs"
|
||||
short_desc="Sophisticated open-source Object-Relational DBMS"
|
||||
maintainer="Philipp Hirsch <itself@hanspolo.net>"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.postgresql.org"
|
||||
license="BSD"
|
||||
distfiles="ftp://ftp.postgresql.org/pub/source/v${version}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=538ed99688d6fdbec6fd166d1779cf4588bf2f16c52304e5ef29f904c43b0013
|
||||
checksum=b87c50c66b6ea42a9712b5f6284794fabad0616e6ae420cf0f10523be6d94a39
|
||||
|
||||
hostmakedepends="flex docbook docbook2x openjade"
|
||||
makedepends="libfl-devel readline-devel libressl-devel perl
|
||||
|
|
Loading…
Reference in a new issue