diff options
author | prspkt <prspkt@protonmail.com> | 2021-02-05 17:57:37 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2021-02-05 19:57:21 +0000 |
commit | 20498bcbea751bffd808cda32bce1e116ca8d733 (patch) | |
tree | 55d467590eda9dacaddf20fe6d2872c513e12fc8 | |
parent | c50301e126ce8f91d3d09aa969394f8ec8b7d11a (diff) | |
download | aports-20498bcbea751bffd808cda32bce1e116ca8d733.tar.gz aports-20498bcbea751bffd808cda32bce1e116ca8d733.tar.bz2 aports-20498bcbea751bffd808cda32bce1e116ca8d733.tar.xz |
testing/py3-dulwich: upgrade to 0.20.18
-rw-r--r-- | testing/py3-dulwich/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py3-dulwich/APKBUILD b/testing/py3-dulwich/APKBUILD index d0c058b355..c09be2bf80 100644 --- a/testing/py3-dulwich/APKBUILD +++ b/testing/py3-dulwich/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py3-dulwich _pkgname=dulwich -pkgver=0.20.15 -pkgrel=1 +pkgver=0.20.18 +pkgrel=0 pkgdesc="python implementation of the Git file formats and protocols" url="https://www.dulwich.io/" arch="all" @@ -31,5 +31,5 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="64474a60a989cc132c49522becbd7a61580eb915fb212d85ee98f15d198d6854131416a0552d2b08a6bba31e0f8949ae1bd8425e82bbb0a591220d947b6e88f6 dulwich-0.20.15.tar.gz +sha512sums="0564cb5d5a6210d199acb70e918159bb31cf02063f89298c2d1e858b99b84f7f002960675032e8fe237ad26bec010272e1c354dd4c24e641ae94fadd767af847 dulwich-0.20.18.tar.gz b9e27253476be81d10472786fbaa7cb726240a5aa36b14757be2ffd15cdc59f4272e722d4e59753f97472981fce7efdd37021d01383400b682a981c4dfc404b2 skip-network-tests.patch" |