diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2019-04-28 17:24:19 +0300 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-04-29 03:28:55 +0300 |
commit | dc527c3bcd601d07f0134bbc725cec290e40abb4 (patch) | |
tree | ad1db9c3a8a2d83b5523d5b4effe00ba7f2bd108 /testing/py-protobuf | |
parent | 21825a2e32df6c2bd7067217d5895569069e88e3 (diff) | |
download | aports-dc527c3bcd601d07f0134bbc725cec290e40abb4.tar.bz2 aports-dc527c3bcd601d07f0134bbc725cec290e40abb4.tar.xz |
testing/py-protobuf: upgrade to 3.7.1
Diffstat (limited to 'testing/py-protobuf')
-rw-r--r-- | testing/py-protobuf/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py-protobuf/APKBUILD b/testing/py-protobuf/APKBUILD index 72da81abd8..40393795b4 100644 --- a/testing/py-protobuf/APKBUILD +++ b/testing/py-protobuf/APKBUILD @@ -2,8 +2,8 @@ # Contributor: Corentin Henry <corentinhenry@gmail.com> pkgname=py-protobuf _pkgname=${pkgname#py-} -pkgver=3.7.0 -pkgrel=1 +pkgver=3.7.1 +pkgrel=0 pkgdesc="Google's data interchange format." url="https://github.com/google/protobuf" arch="noarch" @@ -53,4 +53,4 @@ _py() { chmod +r "$subpkgdir"/usr/lib/*/site-packages/*/* } -sha512sums="03ab744215694eaa4bfe40ab0b3ebd39065ac865a7dd48c1b2c038c21a091a2f4ea02f8c21b888f96d0454f01e6fa5e5e0026c9cb5643e7df490a7cbedf98c6f py-protobuf-3.7.0.tar.gz" +sha512sums="967812f0bab02494a58258aa911658124a3ca0450391ddea295e234f4c8d599fbb70eb53a41de18597af8db3125e36417fb2aa141fbbf84e0bb51fb33d3e1962 py-protobuf-3.7.1.tar.gz" |