protobuf-c: update to 1.2.0.

This commit is contained in:
Enno Boland 2016-02-02 08:39:08 +01:00
parent 8116fdee4e
commit a77fc9bd1a

View file

@ -1,6 +1,6 @@
# Template file for 'protobuf-c'
pkgname=protobuf-c
version=1.1.1
version=1.2.0
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config protobuf"
@ -10,7 +10,7 @@ maintainer="Enno Boland <gottox@voidlinux.eu>"
license="BSD"
homepage="https://github.com/protobuf-c/protobuf-c"
distfiles="$homepage/releases/download/v$version/protobuf-c-$version.tar.gz"
checksum=09c5bb187b7a8e86bc0ff860f7df86370be9e8661cdb99c1072dcdab0763562c
checksum=707af147c735207c6d9a6986324e9b51fbe37abca47da06f7c41186b5f7a456d
# buildprocess calls compiler while building, disable it on cross build
build_options="protoc"
if [ -z "$CROSS_BUILD" ]; then