diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-02 23:55:29 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-04 10:37:21 +0700 |
commit | acd2cde23295891726a9dcfca06b1fa28fea162e (patch) | |
tree | cc48978aaf67241d0160e190db0ac0416621b097 /python/python3-semantic-version/python3-semantic-version.SlackBuild | |
parent | d50523c9ab06dd490dc5a7d477f872544154d50d (diff) |
python/python3-semantic-version: Updated for version 2.10.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-semantic-version/python3-semantic-version.SlackBuild')
-rw-r--r-- | python/python3-semantic-version/python3-semantic-version.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-semantic-version/python3-semantic-version.SlackBuild b/python/python3-semantic-version/python3-semantic-version.SlackBuild index fc52cdb23a..7931f5ae86 100644 --- a/python/python3-semantic-version/python3-semantic-version.SlackBuild +++ b/python/python3-semantic-version/python3-semantic-version.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-semantic-version SRCNAM=python-semanticversion -VERSION=${VERSION:-2.9.0} +VERSION=${VERSION:-2.10.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |