diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-08 03:08:10 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-08 05:28:46 -0300 |
commit | 7c0c45bd0711eae0753e55dcc51d1f915e77fa4a (patch) | |
tree | b0e1fe184a37f276735858b9869fe5514517f892 /testing/py3-pygithub/APKBUILD | |
parent | 8f33a9009afb876b83523a71c8a59a0d8b1956f5 (diff) | |
download | aports-7c0c45bd0711eae0753e55dcc51d1f915e77fa4a.tar.bz2 aports-7c0c45bd0711eae0753e55dcc51d1f915e77fa4a.tar.xz |
testing/py3-pygithub: upgrade to 1.44.1
Diffstat (limited to 'testing/py3-pygithub/APKBUILD')
-rw-r--r-- | testing/py3-pygithub/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py3-pygithub/APKBUILD b/testing/py3-pygithub/APKBUILD index 7233a33b13..3764064ecb 100644 --- a/testing/py3-pygithub/APKBUILD +++ b/testing/py3-pygithub/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=py3-pygithub _pkgname=PyGithub -pkgver=1.44 -pkgrel=1 +pkgver=1.44.1 +pkgrel=0 pkgdesc="Typed interactions with the GitHub API v3" url="https://github.com/PyGithub/PyGithub" arch="noarch" @@ -27,4 +27,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="26aa86822fb8c3ca8a8a0e8d5cd9bf9457cab8a4aa006fa195bb4922867627b5516adbee19cbf5c30d24de8266b496741ae7f4dd8c7cc0494044e6cd585402b1 PyGithub-1.44.tar.gz" +sha512sums="87b6c05f3bbfa463995b67d0bb257700e8c67050dd291c60737a84c4e8bc6bcbde1c0e2add98ec38174c55f2c21abcf4c46bba8be752d132d7e63e423ab6fd1e PyGithub-1.44.1.tar.gz" |