diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-01-28 17:55:47 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-28 18:06:30 +0100 |
commit | 683b3af76b6c7e4561116c1e9e7e641d814218c3 (patch) | |
tree | 7b834dbe0fb7afb8c6438ed8a72288ebe207a608 | |
parent | 1fda542cf5df4a34c1efb9a897c64df5f22b8d14 (diff) | |
download | aports-683b3af76b6c7e4561116c1e9e7e641d814218c3.zip |
testing/py3-dulwich: upgrade to 0.19.15
-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" |