From e42e4458a330e47f8d44f875598cffdebb08bbb8 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 8 Aug 2017 19:48:17 +0200 Subject: [PATCH] protobuf-c: update to 1.3.0. --- srcpkgs/protobuf-c/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/protobuf-c/template b/srcpkgs/protobuf-c/template index c26b4f82167..baa12fdb133 100644 --- a/srcpkgs/protobuf-c/template +++ b/srcpkgs/protobuf-c/template @@ -1,7 +1,7 @@ # Template file for 'protobuf-c' pkgname=protobuf-c -version=1.2.1 -revision=2 +version=1.3.0 +revision=1 build_style=gnu-configure hostmakedepends="pkg-config protobuf" makedepends="protobuf-devel" @@ -10,7 +10,7 @@ maintainer="Enno Boland " license="BSD" homepage="https://github.com/protobuf-c/protobuf-c" distfiles="$homepage/releases/download/v$version/protobuf-c-$version.tar.gz" -checksum=846eb4846f19598affdc349d817a8c4c0c68fd940303e6934725c889f16f00bd +checksum=5dc9ad7a9b889cf7c8ff6bf72215f1874a90260f60ad4f88acf21bb15d2752a1 # buildprocess calls compiler while building, disable it on cross build build_options="protoc" if [ -z "$CROSS_BUILD" ]; then