From 7a63ee5bbbb574665ff5d63180ac3a9b919caa13 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Mon, 17 Feb 2020 13:04:10 +0100 Subject: [PATCH] protobuf-c: update to 1.3.3. --- 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 c2056413a56..3b85c698c6d 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.3.2 +version=1.3.3 revision=1 build_style=gnu-configure configure_args="$(vopt_enable protoc)" @@ -11,7 +11,7 @@ maintainer="Enno Boland " license="BSD-2-Clause" homepage="https://github.com/protobuf-c/protobuf-c" 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 build_options="protoc"