diff options
Diffstat (limited to 'python/python3-sge/python3-sge.SlackBuild')
-rw-r--r-- | python/python3-sge/python3-sge.SlackBuild | 4 |
1 files changed, 3 insertions, 1 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} |