aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-pygit2
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-12-24 15:40:28 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-12-24 15:53:09 +0100
commit1e90160031a73f875d6d3e1635f5eb94533e4c7a (patch)
treee39b0ae6a394bad0dfd0b7bbae2fe538e1b95c33 /community/py3-pygit2
parent81a0876a2de7a5c43c631f65105f73b1110abbb0 (diff)
downloadaports-1e90160031a73f875d6d3e1635f5eb94533e4c7a.tar.bz2
aports-1e90160031a73f875d6d3e1635f5eb94533e4c7a.tar.xz
community/py3-pygit2: upgrade to 1.0.1
Diffstat (limited to 'community/py3-pygit2')
-rw-r--r--community/py3-pygit2/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-pygit2/APKBUILD b/community/py3-pygit2/APKBUILD
index c50e586256..4d4767f29d 100644
--- a/community/py3-pygit2/APKBUILD
+++ b/community/py3-pygit2/APKBUILD
@@ -3,8 +3,8 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=py3-pygit2
_pkgname=pygit2
-pkgver=1.0.0
-pkgrel=1
+pkgver=1.0.1
+pkgrel=0
pkgdesc="Python bindings for libgit2"
url="https://github.com/libgit2/pygit2"
arch="all"
@@ -32,5 +32,5 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="33296f95aacbfc3cbce275f84c2025767499738495941408de15ac14f822de132995c05c713b815732dbfc3094edf64351d6240e7201e472b3c47035a7532eff pygit2-1.0.0.tar.gz
+sha512sums="c225204129cdfa41bcc50d76ff219602bfe910cdb77e246c49ecf5265b5a88c5c4803a7d107f4e00c4ec2f0b0d30e1a729d15413bdca8575d6ec23bb9420a90d pygit2-1.0.1.tar.gz
1bd1ed146ebfae659c20aa641f795606a32e485fab13a71db12345082a18a9de9f0129d8375ffb6bf8616c906c59d0b25fb440e1f00bcd56e3e10b9aac3363fd skip-failing-test-on-s390x.patch"