diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2018-03-31 18:50:53 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2018-04-05 06:46:25 +0000 |
commit | 555bf0ca345005d97bf9954c774c04d4d2e55854 (patch) | |
tree | 6b5615fb0338171b84dd83ee62bf150e79a48764 /testing/py-protobuf | |
parent | 94013ac30464d07852a793c7b871622a0d98a609 (diff) | |
download | aports-555bf0ca345005d97bf9954c774c04d4d2e55854.tar.bz2 aports-555bf0ca345005d97bf9954c774c04d4d2e55854.tar.xz |
testing/py-protobuf: upgrade to 3.5.2
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 da983aa7a0..f48eeec290 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.5.1 +pkgver=3.5.2 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="4406bb9687a949a92cad27a7c9cdf63dca9c73041e796da6731c0d5076ea8e46299be17e77df453bf94340fe5d96b2b6f2436962a126c3157cf21606b42a60ae py-protobuf-3.5.1.tar.gz" +sha512sums="b9ad019476f12506c3176f41ed8935a16b6f2dacc167414075bc0a775c382b02e57b3fcf00df6e7dba28fafd631adad982128ff88efc84caf4f718a12b8d2ae6 py-protobuf-3.5.2.tar.gz" |