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:
Gerardo Di Iorio 2017-08-17 10:19:09 +02:00
parent 0fddf5ee18
commit bec094879e
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
# Template file for 'postgresql'
pkgname=postgresql
version=9.6.3
revision=2
version=9.6.4
revision=1
build_style=gnu-configure
make_build_target="world"
configure_args="--with-openssl --with-python
@ -14,7 +14,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.postgresql.org"
license="BSD"
distfiles="https://ftp.postgresql.org/pub/source/v${version}/${pkgname}-${version}.tar.bz2"
checksum=1645b3736901f6d854e695a937389e68ff2066ce0cde9d73919d6ab7c995b9c6
checksum=2b3ab16d82e21cead54c08b95ce3ac480696944a68603b6c11b3205b7376ce13
hostmakedepends="flex docbook docbook2x openjade"
makedepends="libfl-devel readline-devel libressl-devel perl

View file

@ -1,2 +1,2 @@
site="http://www.postgresql.org/ftp/source/"
site="https://ftp.postgresql.org/pub/source/"
pattern="v\K[\d.]+(?!\w)"