diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-10-03 19:59:56 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-10-05 08:36:11 +0700 |
commit | 762bf767598d6d2493cc853ee41f55473f6aa77d (patch) | |
tree | e9baa92f84fdfd3016c2793ce2d08feca38370d9 /python/python3-jaraco.context/python3-jaraco.context.SlackBuild | |
parent | 1a84463b9c0dbbf0246dfe09be3f615aa752f1cf (diff) |
python/python3-jaraco.context: Updated for version 6.0.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-jaraco.context/python3-jaraco.context.SlackBuild')
-rw-r--r-- | python/python3-jaraco.context/python3-jaraco.context.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-jaraco.context/python3-jaraco.context.SlackBuild b/python/python3-jaraco.context/python3-jaraco.context.SlackBuild index d9c75ad1ec..7700fc3490 100644 --- a/python/python3-jaraco.context/python3-jaraco.context.SlackBuild +++ b/python/python3-jaraco.context/python3-jaraco.context.SlackBuild @@ -28,8 +28,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-jaraco.context -SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-5.3.0} +SRCNAM=jaraco_context +VERSION=${VERSION:-6.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |