diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2016-11-29 12:34:47 +0000 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-11-29 14:45:26 +0100 |
commit | c730a325b2820cb24514ca5ee7591083a5841016 (patch) | |
tree | 63ff358e571bcda5347becbfc714c5bf1dcba380 /community | |
parent | bbb2004f92a0e7b0996eb29e31f2b2f2ef5bf336 (diff) | |
download | aports-c730a325b2820cb24514ca5ee7591083a5841016.tar.bz2 aports-c730a325b2820cb24514ca5ee7591083a5841016.tar.xz |
community/py-pygit2: upgrade to 0.24.2
Diffstat (limited to 'community')
-rw-r--r-- | community/py-pygit2/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/py-pygit2/APKBUILD b/community/py-pygit2/APKBUILD index 83e63bb3c0..1246373a9d 100644 --- a/community/py-pygit2/APKBUILD +++ b/community/py-pygit2/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Olivier Mauras <olivier@mauras.ch> pkgname=py-pygit2 _pkgname=pygit2 -pkgver=0.24.1 -pkgrel=3 +pkgver=0.24.2 +pkgrel=0 pkgdesc="Python bindings for libgit2" url="https://github.com/libgit2/pygit2" arch="all" @@ -46,6 +46,6 @@ _py() { $python setup.py install --prefix=/usr --root="$subpkgdir" || return 1 } -md5sums="d9915e3f8a7da65af3ea70f5bc02967d py-pygit2-0.24.1.tar.gz" -sha256sums="e62bd35c39b4dec64a8a35ab688e98352603c21a6b254473763868a45110fb47 py-pygit2-0.24.1.tar.gz" -sha512sums="a6ac980d20f9342cefbb3646cef0b99b75037813d11e64797a62c8df5f0cc2d4a8397c266caf25f49d9c2e2cb47b0087e38e64527ef59385ddb00023cb04ab0f py-pygit2-0.24.1.tar.gz" +md5sums="8c3b4893f3e3ae2937101e69863146fe py-pygit2-0.24.2.tar.gz" +sha256sums="8a779484728e5036a366bcc9f46746a27700f2587dfef066c59c58bdc49fffc8 py-pygit2-0.24.2.tar.gz" +sha512sums="e6a3a20102128a3f6d8d0082df09d73b72ebf71e68d4a21daffd9a3164d54f084e0170a116b778fb153071b32321d18e0ad7860acf8e6d262adc8614545f0219 py-pygit2-0.24.2.tar.gz" |