From b0d31806e29a27541dcd38fd8d428c1e3dd39749 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 11 Jun 2021 14:12:03 -0400 Subject: [PATCH] python3-protobuf: update to 3.17.3. --- 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 7fcbf4dce53..b9753ed5ed7 100644 --- a/srcpkgs/python3-protobuf/template +++ b/srcpkgs/python3-protobuf/template @@ -1,6 +1,6 @@ # Template file for 'python3-protobuf' pkgname=python3-protobuf -version=3.17.2 +version=3.17.3 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=5a3450acf046716e4a4f02a3f7adfb7b86f1b5b3ae392cec759915e79538d40d +checksum=72804ea5eaa9c22a090d2803813e280fb273b62d5ae497aaf3553d141c4fdd7b build_options="cppext" build_options_default="cppext"