diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2019-06-01 01:57:27 +0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-05 16:29:05 -0300 |
commit | 03ac973b966f95651d5939827d79083f0088a2c0 (patch) | |
tree | 5cb5f1d83aa868274bf64f98ab5a40aeca656c95 /testing/py-protobuf | |
parent | 45bfb451ced5285a6517437fac160a54135b240a (diff) | |
download | aports-03ac973b966f95651d5939827d79083f0088a2c0.tar.bz2 aports-03ac973b966f95651d5939827d79083f0088a2c0.tar.xz |
testing/py-protobuf: upgrade to 3.8.0
Diffstat (limited to 'testing/py-protobuf')
-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 40393795b4..26dab0918b 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.7.1 +pkgver=3.8.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="967812f0bab02494a58258aa911658124a3ca0450391ddea295e234f4c8d599fbb70eb53a41de18597af8db3125e36417fb2aa141fbbf84e0bb51fb33d3e1962 py-protobuf-3.7.1.tar.gz" +sha512sums="f8f2115b1ab3d180f15b64119dd60cbc87b304133535bf32b5f6c290408158c4fc480166359dcd65e586a4fbce50b1f93830bd8938808c1330ffb6572365bdbe py-protobuf-3.8.0.tar.gz" |