aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-05-27 02:25:47 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-05-27 06:10:43 +0000
commit7c954c893c1cd3fa83ab0dae2c7b7e45a17739f2 (patch)
tree8812a9dc07686e5b2d4c5bb9464de9e97fa87098
parent676a6a112b17383eaa238184c7a0b70e68a27d32 (diff)
downloadalpine_aports-7c954c893c1cd3fa83ab0dae2c7b7e45a17739f2.tar.bz2
alpine_aports-7c954c893c1cd3fa83ab0dae2c7b7e45a17739f2.tar.xz
alpine_aports-7c954c893c1cd3fa83ab0dae2c7b7e45a17739f2.zip
community/py3-protobuf: upgrade to 3.12.2
-rw-r--r--community/py3-protobuf/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-protobuf/APKBUILD b/community/py3-protobuf/APKBUILD
index d1d57e16e5..fff965046f 100644
--- a/community/py3-protobuf/APKBUILD
+++ b/community/py3-protobuf/APKBUILD
@@ -1,7 +1,7 @@
1# Maintainer: Corentin Henry <corentinhenry@gmail.com> 1# Maintainer: Corentin Henry <corentinhenry@gmail.com>
2# Contributor: Corentin Henry <corentinhenry@gmail.com> 2# Contributor: Corentin Henry <corentinhenry@gmail.com>
3pkgname=py3-protobuf 3pkgname=py3-protobuf
4pkgver=3.12.1 4pkgver=3.12.2
5pkgrel=0 5pkgrel=0
6pkgdesc="Google's data interchange format." 6pkgdesc="Google's data interchange format."
7url="https://github.com/google/protobuf" 7url="https://github.com/google/protobuf"
@@ -32,4 +32,4 @@ package() {
32 chmod +r "$subpkgdir"/usr/lib/*/site-packages/*/* 32 chmod +r "$subpkgdir"/usr/lib/*/site-packages/*/*
33} 33}
34 34
35sha512sums="8dad6e2c646ed0cb09ba27338f6b866fc78d36d79fde22b7a5b0a5d06821d6de1726a83a2a07501162901c4cfd25eb861dcd859bdb6bf26fd9f7da1b8ddc1939 protobuf-python-3.12.1.tar.gz" 35sha512sums="ee217a23c4c1ce18df24bfbfd5704eb1c1478f5bac9200260033612072d05e2644b73d6a9f275dfcf22d144887ca52298cdf454b1d646d9d7d99d486e26d51af protobuf-python-3.12.2.tar.gz"