diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-23 00:58:51 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-23 01:01:07 -0300 |
commit | 34a2fd4d87a7d83a960a249038eebd4b320f7234 (patch) | |
tree | 72df4382087757ecf25e11718f65bcc8cff66b64 | |
parent | e5fb7f331310eb519712b5ffb88e1ad291d0aed0 (diff) | |
download | aports-34a2fd4d87a7d83a960a249038eebd4b320f7234.tar.bz2 aports-34a2fd4d87a7d83a960a249038eebd4b320f7234.tar.xz |
testing/py3-gitpython: upgrade to 3.0.4
-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 d96dd8af26..7c357f1dc0 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.3 +pkgver=3.0.4 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="6584ab1de1893c153e5a913b47131cb19047ce884634fb0211c1948375727996638bed4c7b031082bbaffd2352ade008b3ea6c0209db935205172c2f4be38eb6 py3-gitpython-3.0.3.tar.gz" +sha512sums="47cf41e0c4120faff2d85723b85859d0c559f31f2ebbd43dd018334d55f80d183f22f0f90e02e0eadd43e8795bed37b37e65634e68dddc872d1e31ad9a2d8dc6 py3-gitpython-3.0.4.tar.gz" |