From a9f50c782ae81b364849b7654e193d49333479fb Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 26 May 2021 09:37:43 -0400 Subject: [PATCH] python3-protobuf: update to 3.17.1. --- 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 ab5f0b94079..3e673ba3c0a 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.0 +version=3.17.1 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=05dfe9319939a8473c21b469f34f6486646e54fb8542637cf7ed8e2fbfe21538 +checksum=25bc4f1c23aced9b3a9e70eef7f03e63bcbd6cfbd881a91b5688412dce8992e1 build_options="cppext" build_options_default="cppext"