protobuf-c: update to 1.3.0.

This commit is contained in:
Enno Boland 2017-08-08 19:48:17 +02:00
parent 70b46cf292
commit e42e4458a3
1 changed files with 3 additions and 3 deletions

View File

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