From 09f712ab27640ec702f4d383ed858d9c6299222a Mon Sep 17 00:00:00 2001
From: Michael Gehring <mg@ebfe.org>
Date: Wed, 20 Sep 2017 00:40:23 +0200
Subject: [PATCH] protobuf: fix checksum

---
 srcpkgs/protobuf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/protobuf/template b/srcpkgs/protobuf/template
index f8d20d14e60..9775c8b80be 100644
--- a/srcpkgs/protobuf/template
+++ b/srcpkgs/protobuf/template
@@ -10,7 +10,7 @@ maintainer="Michael Aldridge <maldridge@voidlinux.eu>"
 distfiles="https://github.com/google/protobuf/archive/v${version}.tar.gz"
 homepage="https://developers.google.com/protocol-buffers/"
 license="BSD"
-checksum=cd55ee08e64a86cf12aaadd4672961813f592c194ed0c9ad94da0ec75acf219f
+checksum=f6600abeee3babfa18591961a0ff21e7db6a6d9ef82418a261ec4fee44ee6d44
 
 CXXFLAGS="-std=c++14"