diff options
author | Arn0 <yth@ythogtha.org> | 2023-09-09 16:23:33 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-17 00:10:27 +0700 |
commit | 3cbd6e056ee118e1e49bc057fbe76a88a51a48a8 (patch) | |
tree | 5dff39b53d74827431e5a6e910e60d7933503aba /python/python3-dulwich | |
parent | ff78ad1ae603f8960ecc942ef5b573bc9ee3c56a (diff) |
python/python3-dulwich: updated for version 0.21.6
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-dulwich')
-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 b1afedd108b39..923d40cad61e9 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.21.5} +VERSION=${VERSION:-0.21.6} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-dulwich/python3-dulwich.info b/python/python3-dulwich/python3-dulwich.info index b6e34e4ebd3ec..190963247e614 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.5" +VERSION="0.21.6" HOMEPAGE="https://www.dulwich.io/" -DOWNLOAD="https://pypi.python.org/packages/source/d/dulwich/dulwich-0.21.5.tar.gz" -MD5SUM="08b553a524041741604d0f5f9a45cd3d" +DOWNLOAD="https://pypi.python.org/packages/source/d/dulwich/dulwich-0.21.6.tar.gz" +MD5SUM="d85095943a7b4ee3ea71ec19fe370958" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-setuptools-opt" |