From c2241ecbd5c73df4f2c211362cb23639cc5d7e00 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Mon, 16 Mar 2015 23:23:14 +0100 Subject: [PATCH] protobuf-c: update to 1.1.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 ad432edcef3..8e2611320ec 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.1.0 +version=1.1.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=9a973fc04aac003f9cf2b5a90ac4b8fa294cacb4e3f0796d3b5a789a5ad46c07 +checksum=09c5bb187b7a8e86bc0ff860f7df86370be9e8661cdb99c1072dcdab0763562c # buildprocess calls compiler while building, disable it on cross build build_options="protoc" if [ -z "$CROSS_BUILD" ]; then