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>
This commit is contained in:
parent
3e5e72a6fc
commit
c9a58f81b3
|
@ -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}
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue