diff options
Diffstat (limited to 'testing/py-protobuf/APKBUILD')
-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" |