diff options
author | Arn0 <yth@ythogtha.org> | 2023-12-08 16:13:51 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-08 22:43:13 +0700 |
commit | 954761813d13ada5dc559d972bae7859093ae03f (patch) | |
tree | f20ae44610ef6833654b77015e4825686d3bff70 | |
parent | 05736ec81a52f402ca4acdbc02b90461fbd4a107 (diff) |
python/python3-dulwich: updated for version 0.21.7
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-dulwich/python3-dulwich.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-dulwich/python3-dulwich.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-dulwich/python3-dulwich.SlackBuild b/python/python3-dulwich/python3-dulwich.SlackBuild index 923d40cad61e9..af3c42eea86a6 100644 --- a/python/python3-dulwich/python3-dulwich.SlackBuild +++ b/python/python3-dulwich/python3-dulwich.SlackBuild @@ -27,8 +27,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-dulwich SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-0.21.6} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.21.7} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-dulwich/python3-dulwich.info b/python/python3-dulwich/python3-dulwich.info index 190963247e614..17908a292c35a 100644 --- a/python/python3-dulwich/python3-dulwich.info +++ b/python/python3-dulwich/python3-dulwich.info @@ -1,8 +1,8 @@ PRGNAM="python3-dulwich" -VERSION="0.21.6" +VERSION="0.21.7" HOMEPAGE="https://www.dulwich.io/" -DOWNLOAD="https://pypi.python.org/packages/source/d/dulwich/dulwich-0.21.6.tar.gz" -MD5SUM="d85095943a7b4ee3ea71ec19fe370958" +DOWNLOAD="https://pypi.python.org/packages/source/d/dulwich/dulwich-0.21.7.tar.gz" +MD5SUM="c9a188b7bbd0c23fbcce991dbec1f12a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-setuptools-opt" |