diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-08 22:23:59 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-10 15:19:24 +0100 |
commit | 69b0726f2a17564758cd75ef21e55945b7ce69dc (patch) | |
tree | a8bc82c3dbe52381fe8597d8b2f5345f9a8eaa19 /community/py3-pygit2 | |
parent | fcb6f2aa4965204cb3fc7f5b7a3c5a1708d66747 (diff) | |
download | aports-69b0726f2a17564758cd75ef21e55945b7ce69dc.tar.bz2 aports-69b0726f2a17564758cd75ef21e55945b7ce69dc.tar.xz |
community/py3-pygit2: upgrade to 1.0.0
Diffstat (limited to 'community/py3-pygit2')
-rw-r--r-- | community/py3-pygit2/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-pygit2/APKBUILD b/community/py3-pygit2/APKBUILD index c24713af65..1d1a1087cf 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=0.28.2 -pkgrel=1 +pkgver=1.0.0 +pkgrel=0 pkgdesc="Python bindings for libgit2" url="https://github.com/libgit2/pygit2" arch="all" @@ -29,4 +29,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="3f742cdcc9d603c9cc9ef2e0a545da8bcfb555a0bdeea1c73c53a284b43d40ad6b28c87a029578ad7b1c8f2bf56ecd2859dac8dd836474bfc66223ff4af9e8f0 pygit2-0.28.2.tar.gz" +sha512sums="33296f95aacbfc3cbce275f84c2025767499738495941408de15ac14f822de132995c05c713b815732dbfc3094edf64351d6240e7201e472b3c47035a7532eff pygit2-1.0.0.tar.gz" |