diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-08 15:22:09 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-08 19:04:58 -0300 |
commit | a194ef6ca41c48cc02e1798c2f1b0da8776cf1c1 (patch) | |
tree | b516043009a86cef50e75f1eb6d7e923f156fed2 | |
parent | 855d09f609fb643d8b2d725c8867cf0a52ba429e (diff) | |
download | aports-a194ef6ca41c48cc02e1798c2f1b0da8776cf1c1.tar.bz2 aports-a194ef6ca41c48cc02e1798c2f1b0da8776cf1c1.tar.xz |
testing/py3-gitpython: upgrade to 3.0.3
-rw-r--r-- | testing/py3-gitpython/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-gitpython/APKBUILD b/testing/py3-gitpython/APKBUILD index b6e57ce41a..d96dd8af26 100644 --- a/testing/py3-gitpython/APKBUILD +++ b/testing/py3-gitpython/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=py3-gitpython -pkgver=3.0.2 +pkgver=3.0.3 pkgrel=0 pkgdesc="Python3 Git Library" options="!check" # Tests require a specific git configuration @@ -26,4 +26,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="242999137a72104b56536d1fa5541b005f9e545399de467d82e6db696b75838320140437df230672fca8683321a23b0bae6e30ac2c3c1808792b8e7bd1c9da55 py3-gitpython-3.0.2.tar.gz" +sha512sums="6584ab1de1893c153e5a913b47131cb19047ce884634fb0211c1948375727996638bed4c7b031082bbaffd2352ade008b3ea6c0209db935205172c2f4be38eb6 py3-gitpython-3.0.3.tar.gz" |