From f83b933d1337b71e17f32a6d9727686eda44ebd0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Thu, 15 Oct 2020 21:42:36 -0400 Subject: [PATCH] protobuf24: update to 3.13.0.1. --- srcpkgs/protobuf24/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/protobuf24/template b/srcpkgs/protobuf24/template index 872c4cfa97f..220137e1040 100644 --- a/srcpkgs/protobuf24/template +++ b/srcpkgs/protobuf24/template @@ -1,7 +1,7 @@ # Template file for 'protobuf24' pkgname=protobuf24 -version=3.13.0 -revision=2 +version=3.13.0.1 +revision=1 wrksrc="protobuf-${version}" build_style=gnu-configure hostmakedepends="pkg-config automake libtool" @@ -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=9b4ee22c250fe31b16f1a24d61467e40780a3fbb9b91c3b65be2a376ed913a1a +checksum=7d663c8dc81d282dc92e884b38e9c179671e31ccacce311154420e65f7d142c6 # Switch to versioned package conflicts="protobuf18>=0 protobuf23>=0"