diff options
author | Christoph Willing <chris.willing@linux.com> | 2025-02-07 20:27:40 +1100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-02-08 09:32:23 +0700 |
commit | 32a5e01e2994265e93e11bef6f2e81915bae58bf (patch) | |
tree | fa94b2a8f7762eebc85eb37c750a94f603041c5d /python/PyGreSQL | |
parent | 50c2ba4b72fbc7151e8ea417908bd69fa555da8c (diff) |
python/PyGreSQL: Updated for version 6.1.0
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 | 4 | ||||
-rw-r--r-- | python/PyGreSQL/PyGreSQL.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/PyGreSQL/PyGreSQL.SlackBuild b/python/PyGreSQL/PyGreSQL.SlackBuild index c0562fbddf..f601dc0d60 100644 --- a/python/PyGreSQL/PyGreSQL.SlackBuild +++ b/python/PyGreSQL/PyGreSQL.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for PyGreSQL -# Copyright 2013-2024, Christoph Willing, Sydney Australia +# Copyright 2013-2025, Christoph Willing, Sydney 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:-6.0.1} +VERSION=${VERSION:-6.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/PyGreSQL/PyGreSQL.info b/python/PyGreSQL/PyGreSQL.info index 81cb9fe353..234cf0f788 100644 --- a/python/PyGreSQL/PyGreSQL.info +++ b/python/PyGreSQL/PyGreSQL.info @@ -1,8 +1,8 @@ PRGNAM="PyGreSQL" -VERSION="6.0.1" +VERSION="6.1.0" HOMEPAGE="http://www.pygresql.org" -DOWNLOAD="https://github.com/PyGreSQL/PyGreSQL/archive/6.0.1/PyGreSQL-6.0.1.tar.gz" -MD5SUM="ba1f7cb1d2a086120c93889a46c34872" +DOWNLOAD="https://github.com/PyGreSQL/PyGreSQL/archive/6.1.0/PyGreSQL-6.1.0.tar.gz" +MD5SUM="1588f0950ff4ad18c74e7eeea5e48f2d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="postgresql" |