From 019036de9103cc0b102a2a4e5b54b37d22d627e5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Thu, 11 Aug 2022 08:13:32 -0400 Subject: [PATCH] python3-protobuf: update to 4.21.5. --- 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 43c78d13b5b..041aaf19c58 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.4 +version=4.21.5 revision=1 wrksrc="${pkgname#*-}-${version}" build_style=python3-module @@ -11,7 +11,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=5783dc0d6edae631145337fabb18503b4f77274f94cdd22a4b26b9fe5029e718 +checksum=eb1106e87e095628e96884a877a51cdb90087106ee693925ec0a300468a9be3a build_options="cppext" build_options_default="cppext"