From 6771f6a8c0a8a65244f42211b5e5bed9bc12b709 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sun, 4 Dec 2022 23:34:06 -0500 Subject: [PATCH] python3-protobuf: update to 4.21.10. --- srcpkgs/python3-protobuf/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-protobuf/template b/srcpkgs/python3-protobuf/template index df36f3fee97..9bb0d7d8698 100644 --- a/srcpkgs/python3-protobuf/template +++ b/srcpkgs/python3-protobuf/template @@ -1,6 +1,6 @@ # Template file for 'python3-protobuf' pkgname=python3-protobuf -version=4.21.9 +version=4.21.10 revision=1 build_style=python3-module hostmakedepends="python3-setuptools python3-wheel" @@ -10,7 +10,7 @@ maintainer="Andrew J. Hesford " license="BSD-3-Clause" homepage="https://developers.google.com/protocol-buffers/" distfiles="${PYPI_SITE}/p/protobuf/protobuf-${version}.tar.gz" -checksum=61f21493d96d2a77f9ca84fefa105872550ab5ef71d21c458eb80edcf4885a99 +checksum=4d97c16c0d11155b3714a29245461f0eb60cace294455077f3a3b8a629afa383 build_options="cppext" build_options_default="cppext"