From bbbb1db6fcffa308b745bb415edf124adf8f49fd Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 2 Apr 2021 22:30:11 -0400 Subject: [PATCH] protobuf26: update to 3.15.7. --- srcpkgs/protobuf26/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/protobuf26/template b/srcpkgs/protobuf26/template index e21142f3fac..8e8cfbe6bec 100644 --- a/srcpkgs/protobuf26/template +++ b/srcpkgs/protobuf26/template @@ -1,6 +1,6 @@ # Template file for 'protobuf26' pkgname=protobuf26 -version=3.15.6 +version=3.15.7 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=65e020a42bdab44a66664d34421995829e9e79c60e5adaa08282fd14ca552f57 +checksum=efdd6b932a2c0a88a90c4c80f88e4b2e1bf031e7514dbb5a5db5d0bf4f295504 # Switch to versioned package conflicts="protobuf18>=0 protobuf23>=0 protobuf24>=0 protobuf25>=0"