diff options
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" |