diff options
author | B. Watson <urchlay@slackware.uk> | 2023-07-13 15:08:17 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-15 17:30:15 +0700 |
commit | c9a58f81b37dcb1366b5cda00665a2b0ef80c9f4 (patch) | |
tree | 3ce5a046ceb25a90b966ae342b768ae993f06303 /python | |
parent | 3e5e72a6fc1cbdabe8bb6d73943ed9362754dd46 (diff) |
python/python3-sge: Updated for version 2.0.2.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-sge/python3-sge.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-sge/python3-sge.info | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/python/python3-sge/python3-sge.SlackBuild b/python/python3-sge/python3-sge.SlackBuild index 9085021f2633e..b111f3f3d6975 100644 --- a/python/python3-sge/python3-sge.SlackBuild +++ b/python/python3-sge/python3-sge.SlackBuild @@ -6,10 +6,12 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20230713 bkw: update for sge-2.0.2 (xsge unchanged). + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-sge -VERSION=${VERSION:-2.0.post0} +VERSION=${VERSION:-2.0.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-sge/python3-sge.info b/python/python3-sge/python3-sge.info index 9feeef29436c0..650917185f954 100644 --- a/python/python3-sge/python3-sge.info +++ b/python/python3-sge/python3-sge.info @@ -1,9 +1,9 @@ PRGNAM="python3-sge" -VERSION="2.0.post0" +VERSION="2.0.2" HOMEPAGE="https://python-sge.github.io/" -DOWNLOAD="https://github.com/python-sge/sge/archive/v2.0.post0/sge-2.0.post0.tar.gz \ +DOWNLOAD="https://github.com/python-sge/sge/archive/v2.0.2/sge-2.0.2.tar.gz \ https://github.com/python-sge/xsge/releases/download/v2021.10.11/xsge-2021.10.11.tar.gz" -MD5SUM="bc6363ad02da7c015d46fabb5367b2a7 \ +MD5SUM="bcd9cc46754910925f847bec249999bb \ 58fb4b439d420f48706e7a3de01de81d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |