diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-25 22:31:17 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-25 22:40:35 -0300 |
commit | 22241f982a44619e752e4553f82c529212d21918 (patch) | |
tree | ce5f7f5fc428edaa8ef8487837e1eaf43ab11686 | |
parent | 9d671d403a281380646fbf91c735313eab4521c7 (diff) | |
download | aports-22241f982a44619e752e4553f82c529212d21918.tar.bz2 aports-22241f982a44619e752e4553f82c529212d21918.tar.xz |
testing/py3-gitpython: upgrade to 3.1.0
-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 fc0916be8b..9b09e4c350 100644 --- a/testing/py3-gitpython/APKBUILD +++ b/testing/py3-gitpython/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> # Maintainer: pkgname=py3-gitpython -pkgver=3.0.7 +pkgver=3.1.0 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="934dc4533766e28b8e573ac50b009934920336cc7e775e3cf80190cdbf85c06e26f57c79d236881b221db903ca45174727f237d4227761b7de2da42ccfedb49c py3-gitpython-3.0.7.tar.gz" +sha512sums="29d01a8b3a484fc62521b7f03a75e801d7b98e007652956f73e5532d064992f802cf6f1da2c380b66cfb55a2d0a487b8f28199fd241136a7d74df02f41859c3c py3-gitpython-3.1.0.tar.gz" |