diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2014-05-24 09:19:48 +0000 |
---|---|---|
committer | Fabian Affolter <fabian@affolter-engineering.ch> | 2014-05-26 09:11:34 +0000 |
commit | 719e11f27ba3df10a05e180e3c5524134c65f43a (patch) | |
tree | 712335db09d1360fb771e427d3689fa4103bc7e8 /testing | |
parent | 30ce952dd7cae8c3fe4018ea68b8cb321f9477ee (diff) | |
download | aports-719e11f27ba3df10a05e180e3c5524134c65f43a.tar.bz2 aports-719e11f27ba3df10a05e180e3c5524134c65f43a.tar.xz |
testing/py-dulwich: upgrade to 0.9.6
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py-dulwich/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/testing/py-dulwich/APKBUILD b/testing/py-dulwich/APKBUILD index eaad09e49..3a4aae495 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.1 +pkgver=0.9.6 pkgrel=0 pkgdesc="A python implementation of the Git file formats and protocols" url="http://www.samba.org/~jelmer/dulwich/" @@ -13,7 +13,7 @@ depends_dev="" makedepends="python-dev py-setuptools" install="" subpackages="" -source="http://samba.org/~jelmer/$_pkgname/$_pkgname-$pkgver.tar.gz" +source="http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" _builddir="$srcdir"/$_pkgname-$pkgver build() { @@ -26,6 +26,6 @@ package() { python setup.py install --prefix=/usr --root="$pkgdir" || return 1 } -md5sums="1829cb4ad68d8a7e8d6b7f88bf6c913c dulwich-0.9.1.tar.gz" -sha256sums="3396b821e6119b33ab0d6554f193d3d51e1debf5bcd7206ac155b808f426a1e8 dulwich-0.9.1.tar.gz" -sha512sums="daf7bf0013d9ce2e8006b93ea3ef19cc64f353a9c09d67f9898899a3b091acc8ede735c285375f69e3c58874a3e18bc891c1c8d96304b204d13de7bb0a152274 dulwich-0.9.1.tar.gz" +md5sums="9cfa401f7f22df4338d4a090d5762538 dulwich-0.9.6.tar.gz" +sha256sums="703bdb196468cada64becb798cad2b53c57016c4b70cb7f8360d1e09cad9fb4a dulwich-0.9.6.tar.gz" +sha512sums="716cff1266a899e21dc9d85516c8478ab34dae77eec3b5fb6913fe9e6db1c2b3669f83d5fd42f0e8d431848faa518242955db461a829ab86fb26e19b552df872 dulwich-0.9.6.tar.gz" |