aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2018-06-18 06:48:03 +0000
committerRoberto Oliveira <robertoguimaraes8@gmail.com>2018-06-18 06:48:03 +0000
commit9b774251418fe62b302c4a7a6e5481c7e7deac32 (patch)
tree26d309dc024b25f611e376043bb0dab44b3402d8
parent3b7924ee1cf71a0b8ecf494531681c237a0ee088 (diff)
downloadalpine_aports-9b774251418fe62b302c4a7a6e5481c7e7deac32.tar.bz2
alpine_aports-9b774251418fe62b302c4a7a6e5481c7e7deac32.tar.xz
alpine_aports-9b774251418fe62b302c4a7a6e5481c7e7deac32.zip
community/py-pygit2: upgrade to 0.27.1
-rw-r--r--community/py-pygit2/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py-pygit2/APKBUILD b/community/py-pygit2/APKBUILD
index 5f53575eb6..66cc42b9d2 100644
--- a/community/py-pygit2/APKBUILD
+++ b/community/py-pygit2/APKBUILD
@@ -2,7 +2,7 @@
2# Maintainer: 2# Maintainer:
3pkgname=py-pygit2 3pkgname=py-pygit2
4_pkgname=pygit2 4_pkgname=pygit2
5pkgver=0.27.0 5pkgver=0.27.1
6pkgrel=0 6pkgrel=0
7pkgdesc="Python bindings for libgit2" 7pkgdesc="Python bindings for libgit2"
8url="https://github.com/libgit2/pygit2" 8url="https://github.com/libgit2/pygit2"
@@ -51,4 +51,4 @@ _py() {
51 $python setup.py install --prefix=/usr --root="$subpkgdir" 51 $python setup.py install --prefix=/usr --root="$subpkgdir"
52} 52}
53 53
54sha512sums="e19363cc8135b3f538748f07ec937dae6668f22e5881f914e9406dcdabee65ed546caba27703d19fffb146083e492e51837fa93af414a35006cf1c81c36d9356 pygit2-0.27.0.tar.gz" 54sha512sums="9d889c13ad55e6c65e24b334f114f7d23b90961ae21c5b1f7bd8d85d44686f7ee8e98c13026c612c9a5feb500a54cf77bfa1e2bd165c657b58d879511622e6f7 pygit2-0.27.1.tar.gz"