diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-04-16 18:42:57 -0400 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-04-17 14:57:00 +0000 |
commit | 379043c474a31af0ea8ccf7dc18f9544603ad592 (patch) | |
tree | 0b39d1aae2734b381d6c97536093aeb40d0dc8b4 /community/py-pygit2 | |
parent | 8383675cc1a4e5abe90be16b72b4029d51ecad63 (diff) | |
download | aports-379043c474a31af0ea8ccf7dc18f9544603ad592.tar.bz2 aports-379043c474a31af0ea8ccf7dc18f9544603ad592.tar.xz |
community/py-pygit2: adopt, update to 0.28.0
Diffstat (limited to 'community/py-pygit2')
-rw-r--r-- | community/py-pygit2/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py-pygit2/APKBUILD b/community/py-pygit2/APKBUILD index fe16268a2b..155e4b0b60 100644 --- a/community/py-pygit2/APKBUILD +++ b/community/py-pygit2/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Pierre-Gildas MILLON <pgmillon@gmail.com> -# Maintainer: +# Maintainer: Drew DeVault <sir@cmpwn.com> pkgname=py-pygit2 _pkgname=pygit2 -pkgver=0.27.2 +pkgver=0.28.0 pkgrel=1 pkgdesc="Python bindings for libgit2" url="https://github.com/libgit2/pygit2" @@ -50,4 +50,4 @@ _py() { $python setup.py install --prefix=/usr --root="$subpkgdir" } -sha512sums="f6578a3694babe7837a5ccc4c99e2fa1827b5f67815f2cac6f3b3d0498d94a0ffeb55d3c6e9c9417d47ecbf0ad9a10302e3b59ea0d2e9eec6d9da8426b10175b pygit2-0.27.2.tar.gz" +sha512sums="a14751708873559ca653fda7c63dee47e4e7086c61c64b139c0dae0d1c66ea2ef3fd74afb774aa03f64aae34168828dd0c2b4533e137bd8bdc22a4104bb3e79e pygit2-0.28.0.tar.gz" |