aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-06-26 00:52:47 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-06-26 03:57:11 +0000
commit5492c49640ed12194f4187224304c420cf627fff (patch)
tree775612761883e7838a5ea7adb188ce7b9f9aed91
parent394987c5ace4f7923992c4d61013de33c19cf423 (diff)
downloadalpine_aports-5492c49640ed12194f4187224304c420cf627fff.tar.bz2
alpine_aports-5492c49640ed12194f4187224304c420cf627fff.tar.xz
alpine_aports-5492c49640ed12194f4187224304c420cf627fff.zip
testing/py3-dulwich: upgrade to 0.20.5
-rw-r--r--testing/py3-dulwich/APKBUILD4
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 @@
2# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> 2# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
3pkgname=py3-dulwich 3pkgname=py3-dulwich
4_pkgname=dulwich 4_pkgname=dulwich
5pkgver=0.20.3 5pkgver=0.20.5
6pkgrel=0 6pkgrel=0
7pkgdesc="A python implementation of the Git file formats and protocols" 7pkgdesc="A python implementation of the Git file formats and protocols"
8url="https://www.dulwich.io" 8url="https://www.dulwich.io"
@@ -30,4 +30,4 @@ package() {
30 python3 setup.py install --prefix=/usr --root="$pkgdir" 30 python3 setup.py install --prefix=/usr --root="$pkgdir"
31} 31}
32 32
33sha512sums="7306b4ed13095111551edee8221c4484ebe923b1c0bad64da879199897ee2466432dbbf516e1831d614f2e35dd7f23aefc4479ed3a89bbe29fa11021cdfa95e2 dulwich-0.20.3.tar.gz" 33sha512sums="0c408c57543b41eec4d92d630b595278d193257da85ad4258f23e3b1a32361afeb7183e7aaf89454700cc476697ebc5c44d6c26876fb5a43e9076ca2832cae4b dulwich-0.20.5.tar.gz"