From 7ce6276aef8fb3d36709a94ef767bd993e50b17e Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 22 Nov 2018 12:29:02 -0200 Subject: [PATCH] protobuf: update to 3.6.1.1. --- srcpkgs/protobuf/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/protobuf/template b/srcpkgs/protobuf/template index f55b0f5ca2d..91c2a21f171 100644 --- a/srcpkgs/protobuf/template +++ b/srcpkgs/protobuf/template @@ -1,6 +1,6 @@ # Template file for 'protobuf' pkgname=protobuf -version=3.6.1 +version=3.6.1.1 revision=1 build_style=gnu-configure hostmakedepends="automake libtool pkg-config" @@ -11,7 +11,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/google/protobuf/archive/v${version}.tar.gz" -checksum=3d4e589d81b2006ca603c1ab712c9715a76227293032d05b26fca603f90b3f5b +checksum=1ade182f91f0fa6c6116195def5d22270e01b9d03fe91319e4c6215022d0d24b CXXFLAGS="-std=c++14"