From 1da38a12d75d3381bde00f40f78be0aa896863f9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 14 Nov 2020 22:31:01 -0500 Subject: [PATCH] python3-protobuf: update to 3.14.0. --- srcpkgs/python3-protobuf/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-protobuf/template b/srcpkgs/python3-protobuf/template index c5857caa2fb..eb4752e186d 100644 --- a/srcpkgs/python3-protobuf/template +++ b/srcpkgs/python3-protobuf/template @@ -1,7 +1,7 @@ # Template file for 'python3-protobuf' pkgname=python3-protobuf -version=3.13.0 -revision=3 +version=3.14.0 +revision=1 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-wheel" @@ -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=6a82e0c8bb2bf58f606040cc5814e07715b2094caeba281e2e7d0b0e2e397db5 +checksum=1d63eb389347293d8915fb47bee0951c7b5dab522a4a60118b9a18f33e21f8ce build_options="cppext" build_options_default="cppext"