python/python3-semantic-version: Updated for version 2.10.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d50523c9ab
commit
acd2cde232
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=python3-semantic-version
|
PRGNAM=python3-semantic-version
|
||||||
SRCNAM=python-semanticversion
|
SRCNAM=python-semanticversion
|
||||||
VERSION=${VERSION:-2.9.0}
|
VERSION=${VERSION:-2.10.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="python3-semantic-version"
|
PRGNAM="python3-semantic-version"
|
||||||
VERSION="2.9.0"
|
VERSION="2.10.0"
|
||||||
HOMEPAGE="https://github.com/rbarrois/python-semanticversion/"
|
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"
|
DOWNLOAD="https://github.com/rbarrois/python-semanticversion/archive/2.10.0/python-semanticversion-2.10.0.tar.gz"
|
||||||
MD5SUM="9957eafc0d85d2d38c6748520839c7ca"
|
MD5SUM="f05158574c675b5ba52304ff2b9f3f2c"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in New Issue