diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-10-28 21:17:51 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-30 08:23:17 +0000 |
commit | 36ae81df7b4bbebccd96e554eb38ff91b00aac66 (patch) | |
tree | ceb840df68647017952bd95fb3a80d767ee262aa /testing/py-dulwich/APKBUILD | |
parent | 76aa7bb7bee1109e5b8b357e683672437f7a3797 (diff) | |
download | aports-36ae81df7b4bbebccd96e554eb38ff91b00aac66.tar.bz2 aports-36ae81df7b4bbebccd96e554eb38ff91b00aac66.tar.xz |
testing/py-dulwich: upgrade to 0.9.1
Diffstat (limited to 'testing/py-dulwich/APKBUILD')
-rw-r--r-- | testing/py-dulwich/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/py-dulwich/APKBUILD b/testing/py-dulwich/APKBUILD index e9086aa47..eaad09e49 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.9.0 +pkgver=0.9.1 pkgrel=0 pkgdesc="A python implementation of the Git file formats and protocols" url="http://www.samba.org/~jelmer/dulwich/" @@ -26,6 +26,6 @@ package() { python setup.py install --prefix=/usr --root="$pkgdir" || return 1 } -md5sums="472d37679f77d627d8e1721ea80b6729 dulwich-0.9.0.tar.gz" -sha256sums="bc6df3634216d01064d86c0bad8b39f26802dbfe37d34f1b0edf8a60c4ca8f25 dulwich-0.9.0.tar.gz" -sha512sums="3cfd2eee3641f24c1ee392071e9118e1bf53b40ef6c8adc263a620d4e1aa0801b1797b0ee25836e1bc7f66aa5518b7e6b8664bbcf34bf6ce55461702210b39b6 dulwich-0.9.0.tar.gz" +md5sums="1829cb4ad68d8a7e8d6b7f88bf6c913c dulwich-0.9.1.tar.gz" +sha256sums="3396b821e6119b33ab0d6554f193d3d51e1debf5bcd7206ac155b808f426a1e8 dulwich-0.9.1.tar.gz" +sha512sums="daf7bf0013d9ce2e8006b93ea3ef19cc64f353a9c09d67f9898899a3b091acc8ede735c285375f69e3c58874a3e18bc891c1c8d96304b204d13de7bb0a152274 dulwich-0.9.1.tar.gz" |