From 5a9ba2d76588d8924773cb9c9901a4b7c8aea121 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 29 Jul 2020 14:29:05 -0400 Subject: [PATCH 1/2] protobuf23: update to 3.12.4. --- srcpkgs/protobuf23/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/protobuf23/template b/srcpkgs/protobuf23/template index 38b070a6ed5..3f0a67dba90 100644 --- a/srcpkgs/protobuf23/template +++ b/srcpkgs/protobuf23/template @@ -1,6 +1,6 @@ # Template file for 'protobuf23' pkgname=protobuf23 -version=3.12.3 +version=3.12.4 revision=1 wrksrc="protobuf-${version}" build_style=gnu-configure @@ -12,7 +12,7 @@ license="BSD-3-Clause" homepage="https://developers.google.com/protocol-buffers/" changelog="https://raw.githubusercontent.com/google/protobuf/master/CHANGES.txt" distfiles="https://github.com/protocolbuffers/protobuf/archive/v${version}.tar.gz" -checksum=71030a04aedf9f612d2991c1c552317038c3c5a2b578ac4745267a45e7037c29 +checksum=512e5a674bf31f8b7928a64d8adf73ee67b8fe88339ad29adaa3b84dbaa570d8 # Switch to versioned package replaces="protobuf<=3.11.4_1" From 9f8c986915cd2791f054f228f2910900d8ed021e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 29 Jul 2020 14:29:08 -0400 Subject: [PATCH 2/2] protobuf: update to 3.12.4. --- srcpkgs/protobuf/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/protobuf/template b/srcpkgs/protobuf/template index 39f8e9f9632..bb8890f1299 100644 --- a/srcpkgs/protobuf/template +++ b/srcpkgs/protobuf/template @@ -1,6 +1,6 @@ # Template file for 'protobuf' pkgname=protobuf -version=3.12.3 +version=3.12.4 revision=1 archs=noarch build_style=meta