diff options
Diffstat (limited to 'python/python3-BTrees')
-rw-r--r-- | python/python3-BTrees/python3-BTrees.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-BTrees/python3-BTrees.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-BTrees/python3-BTrees.SlackBuild b/python/python3-BTrees/python3-BTrees.SlackBuild index b90d9b60cb..3bc9cf2ddd 100644 --- a/python/python3-BTrees/python3-BTrees.SlackBuild +++ b/python/python3-BTrees/python3-BTrees.SlackBuild @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-BTrees -SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-6.0} +SRCNAM=btrees +VERSION=${VERSION:-6.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-BTrees/python3-BTrees.info b/python/python3-BTrees/python3-BTrees.info index ffad0a87e1..a57a23276d 100644 --- a/python/python3-BTrees/python3-BTrees.info +++ b/python/python3-BTrees/python3-BTrees.info @@ -1,8 +1,8 @@ PRGNAM="python3-BTrees" -VERSION="6.0" +VERSION="6.1" HOMEPAGE="https://github.com/zopefoundation/BTrees" -DOWNLOAD="https://pypi.python.org/packages/source/B/BTrees/BTrees-6.0.tar.gz" -MD5SUM="f48da3b13040324f3ad5db51347687e4" +DOWNLOAD="https://pypi.python.org/packages/source/b/btrees/btrees-6.1.tar.gz" +MD5SUM="ab57ba07f73fc5b977421719218649f6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-persistent" |