diff options
-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 9085021f26..b111f3f3d6 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 9feeef2943..650917185f 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="" |