diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-30 16:22:01 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-30 16:22:34 -0300 |
commit | cf75a6f759ae7d84fb13927ce339260adb9f7489 (patch) | |
tree | 3ca7cd717268b5f23b8d14b16fff4888dfc1ad66 /testing/py3-protobuf/APKBUILD | |
parent | a8cab2ad3a326eb3558a83d035ef6ad579fac6aa (diff) | |
download | aports-cf75a6f759ae7d84fb13927ce339260adb9f7489.tar.bz2 aports-cf75a6f759ae7d84fb13927ce339260adb9f7489.tar.xz |
testing/py3-protobuf: upgrade to 3.10.1
Diffstat (limited to 'testing/py3-protobuf/APKBUILD')
-rw-r--r-- | testing/py3-protobuf/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-protobuf/APKBUILD b/testing/py3-protobuf/APKBUILD index 8c8b739603..ca9980c2e8 100644 --- a/testing/py3-protobuf/APKBUILD +++ b/testing/py3-protobuf/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Corentin Henry <corentinhenry@gmail.com> # Contributor: Corentin Henry <corentinhenry@gmail.com> pkgname=py3-protobuf -pkgver=3.10.0 +pkgver=3.10.1 pkgrel=0 pkgdesc="Google's data interchange format." url="https://github.com/google/protobuf" @@ -32,4 +32,4 @@ package() { chmod +r "$subpkgdir"/usr/lib/*/site-packages/*/* } -sha512sums="694d5456833a24d700221760dcc72707047b79124687c36f91ce3a743443eae3279e52ebc6c33a123424bd6cec95187b138659dd287e8db48da7ec7a26607f65 protobuf-python-3.10.0.tar.gz" +sha512sums="7919391f73772459082da177164ef1767240dafd5b743bff2063ad9fa98da0b8b66c4b76f8d8dd09c3beb04d2aab9f1a164341916b53685006b03c004748a968 protobuf-python-3.10.1.tar.gz" |