diff options
author | Fabian Affolter <mail@fabian-affolter.ch> | 2018-11-18 09:12:29 +0000 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2018-11-18 21:39:13 +0200 |
commit | b6d0b9f7a0c72e798d81f704778f9383bf49cf91 (patch) | |
tree | 8a89b7e387da555ff2b1665953aac53998814205 /testing/py-dulwich | |
parent | 47be6d40a1b718b463b43dbd127954b77f5cc5f0 (diff) | |
download | aports-b6d0b9f7a0c72e798d81f704778f9383bf49cf91.tar.bz2 aports-b6d0b9f7a0c72e798d81f704778f9383bf49cf91.tar.xz |
testing/py-dulwich: upgrade to 0.19.9
Diffstat (limited to 'testing/py-dulwich')
-rw-r--r-- | testing/py-dulwich/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-dulwich/APKBUILD b/testing/py-dulwich/APKBUILD index 0acc06e8b1..98c8648de5 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.19.6 +pkgver=0.19.9 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="7e13b465672c5eee4f6d14f28e9cba63ceddf1ad119822fabd17b01ad6b89c6dd8c0bbf562bdf50e0ada5ce17bcad531549054417d744e5cf64a610e8a1740bc dulwich-0.19.6.tar.gz" +sha512sums="7e97faaf566c60886ae806941c5d58495fd0fd3e7fe6d7d23033c6b721bd602ed6dce429c13d50fca6da320984a9a352edb7709c59cdea98c28ccd5522817580 dulwich-0.19.9.tar.gz" |