diff options
-rw-r--r-- | testing/py3-dulwich/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-dulwich/APKBUILD b/testing/py3-dulwich/APKBUILD index 74710058cc7..07fdf4815ed 100644 --- a/testing/py3-dulwich/APKBUILD +++ b/testing/py3-dulwich/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py3-dulwich _pkgname=dulwich -pkgver=0.19.14 +pkgver=0.19.15 pkgrel=0 pkgdesc="A python implementation of the Git file formats and protocols" url="https://www.dulwich.io" @@ -30,4 +30,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="4b16a3d37b780697dd63d5ff0922988b9ea16dc9098b07c2cecf56b57714711c3c7d99f14e4846cd1be10a75ebf6aa6cc15fa877c9e5a0569a3eda9d27e655a2 dulwich-0.19.14.tar.gz" +sha512sums="9bd5d54e353e99154924853b3dc277d056e947881a18a827ab049de2cd136c9a3af52c7cd230f9d16eae182b99f9189ab2129feea7a31e26e7c59502842a0f34 dulwich-0.19.15.tar.gz" |