protobuf-c: update to 1.4.0.

This commit is contained in:
Andrew J. Hesford 2022-04-25 08:18:41 -04:00
parent 5d6808f0d7
commit e5fa1a0c35

View file

@ -1,17 +1,17 @@
# Template file for 'protobuf-c'
pkgname=protobuf-c
version=1.3.3
revision=10
version=1.4.0
revision=1
build_style=gnu-configure
configure_args="$(vopt_enable protoc)"
hostmakedepends="pkg-config protobuf"
hostmakedepends="pkg-config protobuf protobuf-devel"
makedepends="protobuf-devel boost-devel $(vopt_if protoc libprotoc-devel)"
short_desc="C implementation of the Google Protocol Buffers"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="BSD-2-Clause"
homepage="https://github.com/protobuf-c/protobuf-c"
distfiles="${homepage}/releases/download/v${version}/protobuf-c-${version}.tar.gz"
checksum=22956606ef50c60de1fabc13a78fbc50830a0447d780467d3c519f84ad527e78
checksum=26d98ee9bf18a6eba0d3f855ddec31dbe857667d269bc0b6017335572f85bbcb
build_options="protoc"
build_options_default="protoc"