diff options
author | Christoph Willing <chris.willing@linux.com> | 2022-04-02 17:59:15 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-02 18:18:51 +0700 |
commit | 1457281f6f6ac72391b21cc8d71f725c694f2093 (patch) | |
tree | 22456f15c25a0083c056aa6df58d29e1e965cd46 /python/PyGreSQL | |
parent | 5ba71d7ec46b3ddbcc6deaa9d914aa361b8bfc3e (diff) |
python/PyGreSQL: Updated for version 5.2.4
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/PyGreSQL')
-rw-r--r-- | python/PyGreSQL/PyGreSQL.SlackBuild | 7 | ||||
-rw-r--r-- | python/PyGreSQL/PyGreSQL.info | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/python/PyGreSQL/PyGreSQL.SlackBuild b/python/PyGreSQL/PyGreSQL.SlackBuild index 3f3f2892b095..5ea0940f7e0e 100644 --- a/python/PyGreSQL/PyGreSQL.SlackBuild +++ b/python/PyGreSQL/PyGreSQL.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for PyGreSQL -# Copyright 2013-2021, Christoph Willing, Brisbane Australia +# Copyright 2013-2022, Christoph Willing, Brisbane Australia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=PyGreSQL -VERSION=${VERSION:-5.2.2} +VERSION=${VERSION:-5.2.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/python/PyGreSQL/PyGreSQL.info b/python/PyGreSQL/PyGreSQL.info index 622e51a294ae..61b347f63c58 100644 --- a/python/PyGreSQL/PyGreSQL.info +++ b/python/PyGreSQL/PyGreSQL.info @@ -1,8 +1,8 @@ PRGNAM="PyGreSQL" -VERSION="5.2.2" +VERSION="5.2.4" HOMEPAGE="http://www.pygresql.org" -DOWNLOAD="https://github.com/PyGreSQL/PyGreSQL/archive/5.2.2/PyGreSQL-5.2.2.tar.gz" -MD5SUM="96f5a18492be4ad9aa5cf95fe7c1cae6" +DOWNLOAD="https://github.com/PyGreSQL/PyGreSQL/archive/5.2.4/PyGreSQL-5.2.4.tar.gz" +MD5SUM="e8af973f96701405bb8a8b193f4eb595" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="postgresql" |