From a7ea035b4a1cd0694015f39f91d737acc6a1323a Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 27 Aug 2018 11:25:32 +0000 Subject: [PATCH] testing/py-dulwich: upgrade to 0.19.6 --- testing/py-dulwich/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/py-dulwich/APKBUILD b/testing/py-dulwich/APKBUILD index e31553369c7..0acc06e8b1b 100644 --- a/testing/py-dulwich/APKBUILD +++ b/testing/py-dulwich/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter pkgname=py-dulwich _pkgname=dulwich -pkgver=0.19.2 +pkgver=0.19.6 pkgrel=0 pkgdesc="A python implementation of the Git file formats and protocols" url="https://www.dulwich.io" @@ -48,4 +48,4 @@ _py() { $python setup.py install --prefix=/usr --root="$subpkgdir" || return 1 } -sha512sums="b4bea6080e8dc4516638299b95c6abad2029bfdcf67b1bc3fb490c044ea0108602b0e8bae4c5c842b9cf6db7e6bef71365298300406dc7a6cd801cd92a1652dc dulwich-0.19.2.tar.gz" +sha512sums="7e13b465672c5eee4f6d14f28e9cba63ceddf1ad119822fabd17b01ad6b89c6dd8c0bbf562bdf50e0ada5ce17bcad531549054417d744e5cf64a610e8a1740bc dulwich-0.19.6.tar.gz"