python/python3-gearbox: Updated for version 0.2.2.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Arn0 2023-03-06 10:14:17 +01:00 committed by Willy Sudiarto Raharjo
parent 278df57851
commit 5f204161d5
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-gearbox
SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-0.2.1}
VERSION=${VERSION:-0.2.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-gearbox"
VERSION="0.2.1"
VERSION="0.2.2"
HOMEPAGE="https://github.com/TurboGears/gearbox"
DOWNLOAD="https://github.com/TurboGears/gearbox/archive/0.2.1/gearbox-0.2.1.tar.gz"
MD5SUM="286e7c6f73b61a41b5fd416ba2c835ad"
DOWNLOAD="https://github.com/TurboGears/gearbox/archive/0.2.2/gearbox-0.2.2.tar.gz"
MD5SUM="1f2a79b65049572da43b45b037bca294"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-hupper python3-pastedeploy tempita"