diff options
author | Drew DeVault <sir@cmpwn.com> | 2020-01-11 09:27:35 -0500 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-11 15:33:52 +0100 |
commit | 82f58df4cfcd0b8881a69ab1196f8c9d7b2d9a73 (patch) | |
tree | 05ffe97b5f31d7aa5c803801e9e85ea1881f3a2d /community/py3-pygit2/APKBUILD | |
parent | 8cf3911cbefeb03b833da457a94912724c75ebab (diff) | |
download | aports-82f58df4cfcd0b8881a69ab1196f8c9d7b2d9a73.tar.bz2 aports-82f58df4cfcd0b8881a69ab1196f8c9d7b2d9a73.tar.xz |
community/py3-pygit2: upgrade to 1.0.2
Diffstat (limited to 'community/py3-pygit2/APKBUILD')
-rw-r--r-- | community/py3-pygit2/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-pygit2/APKBUILD b/community/py3-pygit2/APKBUILD index 4d4767f29d..d5dc2d6e86 100644 --- a/community/py3-pygit2/APKBUILD +++ b/community/py3-pygit2/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Drew DeVault <sir@cmpwn.com> pkgname=py3-pygit2 _pkgname=pygit2 -pkgver=1.0.1 +pkgver=1.0.2 pkgrel=0 pkgdesc="Python bindings for libgit2" url="https://github.com/libgit2/pygit2" @@ -32,5 +32,5 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="c225204129cdfa41bcc50d76ff219602bfe910cdb77e246c49ecf5265b5a88c5c4803a7d107f4e00c4ec2f0b0d30e1a729d15413bdca8575d6ec23bb9420a90d pygit2-1.0.1.tar.gz +sha512sums="c76bf8ce2847ec8915201a714f076488a0dda4a790762293c02709b8b88a9a2b898f97e61565cf41cd11b10bebe2e1d76b5643ff2e86f9bf6a9517c87a988769 pygit2-1.0.2.tar.gz 1bd1ed146ebfae659c20aa641f795606a32e485fab13a71db12345082a18a9de9f0129d8375ffb6bf8616c906c59d0b25fb440e1f00bcd56e3e10b9aac3363fd skip-failing-test-on-s390x.patch" |