diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-01-15 21:33:56 +0000 |
---|---|---|
committer | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-01-28 07:48:40 +0000 |
commit | cf291d11e4d2f1f62cd8d06d8a0e9a0544851106 (patch) | |
tree | fc4740171240e566d837e069105cb9ccf6896169 /testing/py-dulwich | |
parent | 1abe882d41c7701a2ad501f09f27742bebe82be5 (diff) | |
download | aports-cf291d11e4d2f1f62cd8d06d8a0e9a0544851106.tar.bz2 aports-cf291d11e4d2f1f62cd8d06d8a0e9a0544851106.tar.xz |
testing/py-dulwich: upgrade to 0.8.8
Diffstat (limited to 'testing/py-dulwich')
-rw-r--r-- | testing/py-dulwich/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-dulwich/APKBUILD b/testing/py-dulwich/APKBUILD index 7d09c23b9d..71bc25ae9a 100644 --- a/testing/py-dulwich/APKBUILD +++ b/testing/py-dulwich/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py-dulwich _pkgname=dulwich -pkgver=0.8.5 +pkgver=0.8.7 pkgrel=0 pkgdesc="A python implementation of the Git file formats and protocols" url="http://www.samba.org/~jelmer/dulwich/" @@ -27,4 +27,4 @@ package() { python setup.py install --prefix=/usr --root="$pkgdir" || return 1 } -md5sums="544724f9ac9fe6f9865526917ad284d9 dulwich-0.8.5.tar.gz" +md5sums="60d8b8e974970f2c3cbae5dc9fe0f645 dulwich-0.8.7.tar.gz" |