diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2019-03-26 21:27:34 +0200 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-03-27 20:41:55 +0200 |
commit | e08629ecd5f5fab2e097de7c3f72ce8882b5218e (patch) | |
tree | 679bd3d5be1dbca273a1ef11ebfdc7786a4726ab | |
parent | 161daf6cb303ef4f9011662223f31bcb679704c8 (diff) | |
download | aports-e08629ecd5f5fab2e097de7c3f72ce8882b5218e.tar.bz2 aports-e08629ecd5f5fab2e097de7c3f72ce8882b5218e.tar.xz |
testing/py-protobuf: upgrade to 3.7.0
-rw-r--r-- | testing/py-protobuf/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-protobuf/APKBUILD b/testing/py-protobuf/APKBUILD index aa1ff90ed3..838155a357 100644 --- a/testing/py-protobuf/APKBUILD +++ b/testing/py-protobuf/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Corentin Henry <corentinhenry@gmail.com> pkgname=py-protobuf _pkgname=${pkgname#py-} -pkgver=3.6.0 +pkgver=3.7.0 pkgrel=0 pkgdesc="Google's data interchange format." url="https://github.com/google/protobuf" @@ -53,4 +53,4 @@ _py() { chmod +r "$subpkgdir"/usr/lib/*/site-packages/*/* } -sha512sums="eb6677f12726590681f737b967f28c40865dfed7657de5f8d5fca2591de67aee54d425b0f9191de6400ce602a845a5343b87e91c1b39976beef89ebf5575b9de py-protobuf-3.6.0.tar.gz" +sha512sums="03ab744215694eaa4bfe40ab0b3ebd39065ac865a7dd48c1b2c038c21a091a2f4ea02f8c21b888f96d0454f01e6fa5e5e0026c9cb5643e7df490a7cbedf98c6f py-protobuf-3.7.0.tar.gz" |