aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorAudrius Kažukauskas <audrius@neutrino.lt>2011-12-11 10:47:09 -0200
committerNiels Horn <niels.horn@slackbuilds.org>2011-12-11 10:47:09 -0200
commit52b335904bd562487038597991f73160a143aaca (patch)
tree3494f07b7abaa360d60fd2ed5685fdc7bc3ed2fa /python
parent276b94249452019ed2e9d49932b90930d6ac0ed6 (diff)
downloadslackbuilds-52b335904bd562487038597991f73160a143aaca.tar.xz
python/dulwich: Updated for version 0.8.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/dulwich/README1
-rw-r--r--python/dulwich/dulwich.SlackBuild2
-rw-r--r--python/dulwich/dulwich.info8
3 files changed, 5 insertions, 6 deletions
diff --git a/python/dulwich/README b/python/dulwich/README
index 20d529eb3f79..7ec8b93eeb7a 100644
--- a/python/dulwich/README
+++ b/python/dulwich/README
@@ -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
remote) that doesn't call out to git directly but instead uses pure
Python.
-
diff --git a/python/dulwich/dulwich.SlackBuild b/python/dulwich/dulwich.SlackBuild
index a464d61afa95..c71f6007d4f5 100644
--- a/python/dulwich/dulwich.SlackBuild
+++ b/python/dulwich/dulwich.SlackBuild
@@ -4,7 +4,7 @@
# Written by Audrius Kažukauskas <audrius@neutrino.lt>
PRGNAM=dulwich
-VERSION=${VERSION:-0.7.1}
+VERSION=${VERSION:-0.8.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/dulwich/dulwich.info b/python/dulwich/dulwich.info
index c8562cd75d4e..7e55ba109309 100644
--- a/python/dulwich/dulwich.info
+++ b/python/dulwich/dulwich.info
@@ -1,10 +1,10 @@
PRGNAM="dulwich"
-VERSION="0.7.1"
+VERSION="0.8.1"
HOMEPAGE="http://samba.org/~jelmer/dulwich/"
-DOWNLOAD="http://samba.org/~jelmer/dulwich/dulwich-0.7.1.tar.gz"
-MD5SUM="ee1713c574146735490c229cdef5375e"
+DOWNLOAD="http://samba.org/~jelmer/dulwich/dulwich-0.8.1.tar.gz"
+MD5SUM="d95003aa3320ddaf3cbf23302fc9d02a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Audrius Kažukauskas"
EMAIL="audrius@neutrino.lt"
-APPROVED="dsomero"
+APPROVED="Niels Horn"