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 | |
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')
-rw-r--r-- | python/python3-semantic-version/python3-semantic-version.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-semantic-version/python3-semantic-version.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-semantic-version/python3-semantic-version.SlackBuild b/python/python3-semantic-version/python3-semantic-version.SlackBuild index fc52cdb23af3..7931f5ae86c4 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} diff --git a/python/python3-semantic-version/python3-semantic-version.info b/python/python3-semantic-version/python3-semantic-version.info index 190ba73b6e16..2ba400e9c714 100644 --- a/python/python3-semantic-version/python3-semantic-version.info +++ b/python/python3-semantic-version/python3-semantic-version.info @@ -1,8 +1,8 @@ PRGNAM="python3-semantic-version" -VERSION="2.9.0" +VERSION="2.10.0" HOMEPAGE="https://github.com/rbarrois/python-semanticversion/" -DOWNLOAD="https://github.com/rbarrois/python-semanticversion/archive/2.9.0/python-semanticversion-2.9.0.tar.gz" -MD5SUM="9957eafc0d85d2d38c6748520839c7ca" +DOWNLOAD="https://github.com/rbarrois/python-semanticversion/archive/2.10.0/python-semanticversion-2.10.0.tar.gz" +MD5SUM="f05158574c675b5ba52304ff2b9f3f2c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |