diff options
author | Arn0 <yth@ythogtha.org> | 2023-03-06 10:14:17 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-12 08:48:10 +0700 |
commit | d9089799b44cc877f05909416e8c2cb3aede3caa (patch) | |
tree | 6d8cd3307d19c8bc572ad62814316e3322102507 /python | |
parent | 1f4f2c61e5a437d210065243676ed91cb6c0e339 (diff) |
python/python3-dulwich: Updated for version 0.21.3.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-dulwich/python3-dulwich.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-dulwich/python3-dulwich.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-dulwich/python3-dulwich.SlackBuild b/python/python3-dulwich/python3-dulwich.SlackBuild index f4d40c7c61af9..1f3cdeb2f4a7a 100644 --- a/python/python3-dulwich/python3-dulwich.SlackBuild +++ b/python/python3-dulwich/python3-dulwich.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-dulwich SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-0.20.42} +VERSION=${VERSION:-0.21.3} 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 4da975fc53118..e46c7d21103ac 100644 --- a/python/python3-dulwich/python3-dulwich.info +++ b/python/python3-dulwich/python3-dulwich.info @@ -1,8 +1,8 @@ PRGNAM="python3-dulwich" -VERSION="0.20.42" +VERSION="0.21.3" HOMEPAGE="https://www.dulwich.io/" -DOWNLOAD="https://pypi.python.org/packages/source/d/dulwich/dulwich-0.20.42.tar.gz" -MD5SUM="4fa7821a13c51d7f5b9a5ead5fec4be1" +DOWNLOAD="https://pypi.python.org/packages/source/d/dulwich/dulwich-0.21.3.tar.gz" +MD5SUM="a786bc83074c5677ce15a15218c2d575" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |