diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-23 01:44:09 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-23 03:31:20 -0300 |
commit | 70a4a1032cd899f4f9ec64c0c7187c302f19d7e4 (patch) | |
tree | 0b6a66f30c4359f0def1d67a73393b921ab871dd /testing | |
parent | b3fd552c7c7c9b4c56456541943f1abb7e8b7d92 (diff) | |
download | aports-70a4a1032cd899f4f9ec64c0c7187c302f19d7e4.tar.bz2 aports-70a4a1032cd899f4f9ec64c0c7187c302f19d7e4.tar.xz |
testing/py3-protobuf: upgrade to 3.10.0
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py3-protobuf/APKBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/testing/py3-protobuf/APKBUILD b/testing/py3-protobuf/APKBUILD index 8c2d2b435d..8c8b739603 100644 --- a/testing/py3-protobuf/APKBUILD +++ b/testing/py3-protobuf/APKBUILD @@ -1,9 +1,8 @@ # Maintainer: Corentin Henry <corentinhenry@gmail.com> # Contributor: Corentin Henry <corentinhenry@gmail.com> pkgname=py3-protobuf -_pkgname=${pkgname#py-} -pkgver=3.8.0 -pkgrel=1 +pkgver=3.10.0 +pkgrel=0 pkgdesc="Google's data interchange format." url="https://github.com/google/protobuf" arch="noarch" @@ -33,4 +32,4 @@ package() { chmod +r "$subpkgdir"/usr/lib/*/site-packages/*/* } -sha512sums="7ef725ad70d91154c69ffabfa3d292abdd477cf5be97ebcee8404f1b4354a5620108169e2e2c48fdacd09ea5e73957f30c1bcfd98d01c84916a6f7b416a4b9a5 protobuf-python-3.8.0.tar.gz" +sha512sums="694d5456833a24d700221760dcc72707047b79124687c36f91ce3a743443eae3279e52ebc6c33a123424bd6cec95187b138659dd287e8db48da7ec7a26607f65 protobuf-python-3.10.0.tar.gz" |