diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2019-12-14 21:18:50 +0200 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-12-14 21:21:22 +0200 |
commit | e48678b6ff85fc409c87bb1ea5a5ae228a704934 (patch) | |
tree | b3a11a68da74936983e876c3752dc57d593774c6 /testing | |
parent | 0f03e2cb0d9f02897c74bfe3d5540112667d1c01 (diff) | |
download | aports-e48678b6ff85fc409c87bb1ea5a5ae228a704934.tar.bz2 aports-e48678b6ff85fc409c87bb1ea5a5ae228a704934.tar.xz |
testing/py3-protobuf: upgrade to 3.11.2
Diffstat (limited to 'testing')
-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 8a14684d4c..cc3d790b53 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.11.1 +pkgver=3.11.2 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="226295f70659f4da24d0a22739c1e451082b0f332ae85e8cc4622854d04e727f2166b7bbe0a90ece631d5123cd96077c27a87e33cf5da286685afaff0f8a0fba protobuf-python-3.11.1.tar.gz" +sha512sums="5960dcfa83799e7c7bd2b5ef609f6765440e480be74a4aed0b317bf0de1d03b82fab5c2f12577d2254b96f28e2f0ef87c45df54453384211263bf3215dc50e13 protobuf-python-3.11.2.tar.gz" |