diff options
-rw-r--r-- | testing/py3-gitlab/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-gitlab/APKBUILD b/testing/py3-gitlab/APKBUILD index 2b6e44ee98..c8528ac287 100644 --- a/testing/py3-gitlab/APKBUILD +++ b/testing/py3-gitlab/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=py3-gitlab _pkgname=python-gitlab -pkgver=1.15.0 +pkgver=2.0.1 pkgrel=0 pkgdesc="v4 GitLab API compliant library and cmdline tool" options="!check" # Requires unpackaged 'httmock' @@ -27,4 +27,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="622804ee580ceef7e37f2645267e723a70b9cb4352e29bb5bd02150894df13df3facf8afb29bdfd1d8b4e1a4438f82bd93e7a9abf6861758c1151e5d2c3202c6 python-gitlab-1.15.0.tar.gz" +sha512sums="ca73dc00968d08381c57b8f56605858ec652f5d6ba497a76ba4c04c6bc78f46857b082d9a2134525690a2d9993717e022df2c560b7628334cb1e2e53b9e07377 python-gitlab-2.0.1.tar.gz" |