From a637d517ed1b77677de22eab7d33a73de404dbb8 Mon Sep 17 00:00:00 2001 From: psykose <alice@ayaya.dev> Date: Wed, 10 Aug 2022 13:05:12 +0000 Subject: [PATCH] community/py3-protobuf: upgrade to 4.21.5 --- community/py3-protobuf/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/py3-protobuf/APKBUILD b/community/py3-protobuf/APKBUILD index 0a59544c00e3..0959cba4db9f 100644 --- a/community/py3-protobuf/APKBUILD +++ b/community/py3-protobuf/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Corentin Henry <corentinhenry@gmail.com> # Maintainer: Patrycja Rosa <alpine@ptrcnull.me> pkgname=py3-protobuf -pkgver=4.21.4 +pkgver=4.21.5 pkgrel=0 pkgdesc="Google's data interchange format" url="https://github.com/protocolbuffers/protobuf" @@ -12,7 +12,7 @@ makedepends="protobuf-dev py3-setuptools py3-wheel" checkdepends="py3-pytest" # NOTE: Always use releases of protobuf, not pypi or auto-generated GitHub # tarballs as they do not contain the necessary components to run tests. -source="https://github.com/protocolbuffers/protobuf/releases/download/v21.4/protobuf-python-$pkgver.tar.gz" +source="https://github.com/protocolbuffers/protobuf/releases/download/v21.5/protobuf-python-$pkgver.tar.gz" builddir="$srcdir"/protobuf-$pkgver/python replaces="py-protobuf" # Backwards compatibility @@ -34,5 +34,5 @@ package() { } sha512sums=" -8a5ab8510e069931a8a238ea63b670fa196d1f2ec8bf188ce1f35619d31a61d866165a63bdf3ca00caab0947638b6e807218489c26c18594143703107deda3f4 protobuf-python-4.21.4.tar.gz +2b529320db35e6206ab5b26e5eac4eb82456ebbbe284b611c4aab52a57113971e4be42666f26fa45289f628b439130571041c303615e99038aee331b6ad67440 protobuf-python-4.21.5.tar.gz " -- GitLab