mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
python/python3-dulwich: updated for version 0.20.35
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
62d713887c
commit
8c829f0c95
2 changed files with 4 additions and 4 deletions
|
@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=python3-dulwich
|
||||
SRCNAM=${PRGNAM#python3-*}
|
||||
VERSION=${VERSION:-0.20.32}
|
||||
VERSION=${VERSION:-0.20.35}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-dulwich"
|
||||
VERSION="0.20.32"
|
||||
VERSION="0.20.35"
|
||||
HOMEPAGE="https://www.dulwich.io/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/d/dulwich/dulwich-0.20.32.tar.gz"
|
||||
MD5SUM="3111fe4b8e8f807b36742160906a4ad0"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/d/dulwich/dulwich-0.20.35.tar.gz"
|
||||
MD5SUM="f3fecc94fdabff2ee726916b739b6ae5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue