postgresql: update to 9.6.4 and switch to use https
Signed-off-by: Gerardo Di Iorio <arete74@gmail.com>
This commit is contained in:
parent
0fddf5ee18
commit
bec094879e
2 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.3
|
version=9.6.4
|
||||||
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
|
||||||
|
@ -14,7 +14,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.postgresql.org"
|
homepage="http://www.postgresql.org"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
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=1645b3736901f6d854e695a937389e68ff2066ce0cde9d73919d6ab7c995b9c6
|
checksum=2b3ab16d82e21cead54c08b95ce3ac480696944a68603b6c11b3205b7376ce13
|
||||||
|
|
||||||
hostmakedepends="flex docbook docbook2x openjade"
|
hostmakedepends="flex docbook docbook2x openjade"
|
||||||
makedepends="libfl-devel readline-devel libressl-devel perl
|
makedepends="libfl-devel readline-devel libressl-devel perl
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
site="http://www.postgresql.org/ftp/source/"
|
site="https://ftp.postgresql.org/pub/source/"
|
||||||
pattern="v\K[\d.]+(?!\w)"
|
pattern="v\K[\d.]+(?!\w)"
|
||||||
|
|
Loading…
Reference in a new issue