diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-06-26 00:52:47 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-06-26 03:57:11 +0000 |
commit | 5492c49640ed12194f4187224304c420cf627fff (patch) | |
tree | 775612761883e7838a5ea7adb188ce7b9f9aed91 | |
parent | 394987c5ace4f7923992c4d61013de33c19cf423 (diff) | |
download | aports-5492c49640ed12194f4187224304c420cf627fff.tar.gz aports-5492c49640ed12194f4187224304c420cf627fff.tar.bz2 aports-5492c49640ed12194f4187224304c420cf627fff.tar.xz |
testing/py3-dulwich: upgrade to 0.20.5
-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 27ae1502bf..d0f48c62de 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.20.3 +pkgver=0.20.5 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="7306b4ed13095111551edee8221c4484ebe923b1c0bad64da879199897ee2466432dbbf516e1831d614f2e35dd7f23aefc4479ed3a89bbe29fa11021cdfa95e2 dulwich-0.20.3.tar.gz" +sha512sums="0c408c57543b41eec4d92d630b595278d193257da85ad4258f23e3b1a32361afeb7183e7aaf89454700cc476697ebc5c44d6c26876fb5a43e9076ca2832cae4b dulwich-0.20.5.tar.gz" |