From 74ccf13ba856a40e4b6a9c70e469c0094e214c58 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Wed, 3 Feb 2016 07:47:25 +0100 Subject: [PATCH] protobuf-c: update to 1.2.1. --- srcpkgs/protobuf-c/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/protobuf-c/template b/srcpkgs/protobuf-c/template index a5596859b50..7befccd7756 100644 --- a/srcpkgs/protobuf-c/template +++ b/srcpkgs/protobuf-c/template @@ -1,6 +1,6 @@ # Template file for 'protobuf-c' pkgname=protobuf-c -version=1.2.0 +version=1.2.1 revision=1 build_style=gnu-configure hostmakedepends="pkg-config protobuf" @@ -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=707af147c735207c6d9a6986324e9b51fbe37abca47da06f7c41186b5f7a456d +checksum=846eb4846f19598affdc349d817a8c4c0c68fd940303e6934725c889f16f00bd # buildprocess calls compiler while building, disable it on cross build build_options="protoc" if [ -z "$CROSS_BUILD" ]; then