diff options
Diffstat (limited to 'python/python3-ZEO')
-rw-r--r-- | python/python3-ZEO/python3-ZEO.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-ZEO/python3-ZEO.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-ZEO/python3-ZEO.SlackBuild b/python/python3-ZEO/python3-ZEO.SlackBuild index 614b88f913..4f608a6b06 100644 --- a/python/python3-ZEO/python3-ZEO.SlackBuild +++ b/python/python3-ZEO/python3-ZEO.SlackBuild @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-ZEO -SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-6.0.0} +SRCNAM=zeo +VERSION=${VERSION:-6.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-ZEO/python3-ZEO.info b/python/python3-ZEO/python3-ZEO.info index f3b80f7210..8abebfa051 100644 --- a/python/python3-ZEO/python3-ZEO.info +++ b/python/python3-ZEO/python3-ZEO.info @@ -1,8 +1,8 @@ PRGNAM="python3-ZEO" -VERSION="6.0.0" +VERSION="6.1" HOMEPAGE="https://github.com/zopefoundation/ZEO" -DOWNLOAD="https://pypi.python.org/packages/source/Z/ZEO/ZEO-6.0.0.tar.gz" -MD5SUM="d13665162cbdc42abfaa8e61305efc67" +DOWNLOAD="https://pypi.python.org/packages/source/z/zeo/zeo-6.1.tar.gz" +MD5SUM="1e255d4cc348ad4e1f740ccb484eba5a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-ZODB python3-zdaemon" |