python/python3-pathspec: Updated for version 0.10.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ad341a5ce7
commit
ed011af6d1
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=python3-pathspec
|
||||
SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
|
||||
VERSION=${VERSION:-0.10.2}
|
||||
VERSION=${VERSION:-0.10.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-pathspec"
|
||||
VERSION="0.10.2"
|
||||
VERSION="0.10.3"
|
||||
HOMEPAGE="https://github.com/cpburnz/python-pathspec"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pathspec/pathspec-0.10.2.tar.gz"
|
||||
MD5SUM="28c87c3581b10152c4581d10fe33f765"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pathspec/pathspec-0.10.3.tar.gz"
|
||||
MD5SUM="d89408b52aff020ac768a14c0ef1c7de"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-build python3-installer wheel"
|
||||
|
|
Loading…
Reference in New Issue