python/PyGreSQL: Updated for version 5.0.4

Signed-off-by: Christoph Willing <chris.willing@linux.com>
This commit is contained in:
Christoph Willing 2017-08-02 21:45:46 +10:00 committed by Willy Sudiarto Raharjo
parent d1058b5d29
commit 450437e1cb
2 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=PyGreSQL
VERSION=${VERSION:-5.0.3}
VERSION=${VERSION:-5.0.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="PyGreSQL"
VERSION="5.0.3"
VERSION="5.0.4"
HOMEPAGE="http://www.pygresql.org"
DOWNLOAD="http://www.pygresql.org/files/PyGreSQL-5.0.3.tar.gz"
MD5SUM="8bb46b28ed99140b57679e1c03162ea1"
DOWNLOAD="http://www.pygresql.org/files/PyGreSQL-5.0.4.tar.gz"
MD5SUM="8b2e3e238fe84684cd8b529e8d6bd835"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="postgresql"