python/python3-BTrees: updated for version 5.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
450730a41d
commit
6f26010f9d
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=python3-BTrees
|
||||
SRCNAM=${PRGNAM#python3-*}
|
||||
VERSION=${VERSION:-5.0}
|
||||
VERSION=${VERSION:-5.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-BTrees"
|
||||
VERSION="5.0"
|
||||
VERSION="5.1"
|
||||
HOMEPAGE="https://github.com/zopefoundation/BTrees"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/B/BTrees/BTrees-5.0.tar.gz"
|
||||
MD5SUM="49be933d67bf34a8f954d6a4d995cbb7"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/B/BTrees/BTrees-5.1.tar.gz"
|
||||
MD5SUM="e3e9d41f32646156f488e1d42195466d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-persistent"
|
||||
|
|
Loading…
Reference in New Issue