diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-05 22:54:17 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-05 23:06:16 +0100 |
commit | f415f94b063e74f8621ad0ff1f51a3047ab9e7ee (patch) | |
tree | 849cd5f051018404d0d8566c729e78672c9a6f58 | |
parent | 8b9742b4bdf36766d39c6ca6372b1f4e8db7e7c3 (diff) | |
download | aports-f415f94b063e74f8621ad0ff1f51a3047ab9e7ee.tar.bz2 aports-f415f94b063e74f8621ad0ff1f51a3047ab9e7ee.tar.xz |
testing/py3-protobuf: upgrade to 3.11.1
-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 060e1b3359..8a14684d4c 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.0 +pkgver=3.11.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="c04bbd30cf067e90de8e7bfa4a235011a97f499062c315c8d9feb74c0d9a5c826cc0a451281d8e2427935c6ed32fd31f2f608e0cd05ee47d095e0012f21f2bfe protobuf-python-3.11.0.tar.gz" +sha512sums="226295f70659f4da24d0a22739c1e451082b0f332ae85e8cc4622854d04e727f2166b7bbe0a90ece631d5123cd96077c27a87e33cf5da286685afaff0f8a0fba protobuf-python-3.11.1.tar.gz" |