mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
python/dulwich: Updated for version 0.8.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
276b942494
commit
52b335904b
3 changed files with 5 additions and 6 deletions
|
@ -2,4 +2,3 @@ Dulwich is a Python implementation of the Git file formats and
|
||||||
protocols. It aims to give an interface to git repos (both local and
|
protocols. It aims to give an interface to git repos (both local and
|
||||||
remote) that doesn't call out to git directly but instead uses pure
|
remote) that doesn't call out to git directly but instead uses pure
|
||||||
Python.
|
Python.
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
# Written by Audrius Kažukauskas <audrius@neutrino.lt>
|
# Written by Audrius Kažukauskas <audrius@neutrino.lt>
|
||||||
|
|
||||||
PRGNAM=dulwich
|
PRGNAM=dulwich
|
||||||
VERSION=${VERSION:-0.7.1}
|
VERSION=${VERSION:-0.8.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="dulwich"
|
PRGNAM="dulwich"
|
||||||
VERSION="0.7.1"
|
VERSION="0.8.1"
|
||||||
HOMEPAGE="http://samba.org/~jelmer/dulwich/"
|
HOMEPAGE="http://samba.org/~jelmer/dulwich/"
|
||||||
DOWNLOAD="http://samba.org/~jelmer/dulwich/dulwich-0.7.1.tar.gz"
|
DOWNLOAD="http://samba.org/~jelmer/dulwich/dulwich-0.8.1.tar.gz"
|
||||||
MD5SUM="ee1713c574146735490c229cdef5375e"
|
MD5SUM="d95003aa3320ddaf3cbf23302fc9d02a"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="Audrius Kažukauskas"
|
MAINTAINER="Audrius Kažukauskas"
|
||||||
EMAIL="audrius@neutrino.lt"
|
EMAIL="audrius@neutrino.lt"
|
||||||
APPROVED="dsomero"
|
APPROVED="Niels Horn"
|
||||||
|
|
Loading…
Reference in a new issue