diff options
author | Arn0 <yth@ythogtha.org> | 2025-02-07 20:02:30 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-02-08 07:49:16 +0700 |
commit | 90da4c88a0ef86d276ffc5b82ac7a3f49487495f (patch) | |
tree | 055ad9403d9e5519bd1ff58028e3f2f53dc54e01 /python/python3-webob/python3-webob.SlackBuild | |
parent | 117f79073193b9e4d5b8d610e5693b862bb86f0f (diff) |
python/python3-webob: updated for version 1.8.9
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-webob/python3-webob.SlackBuild')
-rw-r--r-- | python/python3-webob/python3-webob.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-webob/python3-webob.SlackBuild b/python/python3-webob/python3-webob.SlackBuild index 3dcc76a8cb..e827ad7954 100644 --- a/python/python3-webob/python3-webob.SlackBuild +++ b/python/python3-webob/python3-webob.SlackBuild @@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-webob -SRCNAM=WebOb -VERSION=${VERSION:-1.8.7} +SRCNAM=${PRGNAM#python3-*} +VERSION=${VERSION:-1.8.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |