diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2025-02-25 21:58:01 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-03-01 08:37:31 +0700 |
commit | df08262dd049b362b649dc7622a44dfa174ace5b (patch) | |
tree | b847204c728f7dd132ee5e98327deaf883f774bf /python/python3-dep-logic/python3-dep-logic.SlackBuild | |
parent | 39eda0617d149bad1bc2f178eb8110edc86433e6 (diff) |
python/python3-dep-logic: Version bump to 0.4.11
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-dep-logic/python3-dep-logic.SlackBuild')
-rw-r--r-- | python/python3-dep-logic/python3-dep-logic.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-dep-logic/python3-dep-logic.SlackBuild b/python/python3-dep-logic/python3-dep-logic.SlackBuild index 37b09ef6bb..fdc7495880 100644 --- a/python/python3-dep-logic/python3-dep-logic.SlackBuild +++ b/python/python3-dep-logic/python3-dep-logic.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-dep-logic -# Copyright 2024 Jeremy Hansen <jebrhansen+SBo@gmail.com> +# Copyright 2024-2025 Jeremy Hansen <jebrhansen+SBo@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-dep-logic -VERSION=${VERSION:-0.4.10} +VERSION=${VERSION:-0.4.11} SRCNAM=${SRCNAM:-dep-logic} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |