mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
protobuf-c: update to 1.3.3.
This commit is contained in:
parent
a98321d6ee
commit
7a63ee5bbb
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'protobuf-c'
|
# Template file for 'protobuf-c'
|
||||||
pkgname=protobuf-c
|
pkgname=protobuf-c
|
||||||
version=1.3.2
|
version=1.3.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="$(vopt_enable protoc)"
|
configure_args="$(vopt_enable protoc)"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
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=53f251f14c597bdb087aecf0b63630f434d73f5a10fc1ac545073597535b9e74
|
checksum=22956606ef50c60de1fabc13a78fbc50830a0447d780467d3c519f84ad527e78
|
||||||
|
|
||||||
# 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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue