From 843e6c5b01ee4e8a69c8be78df3b9e2518fe62e8 Mon Sep 17 00:00:00 2001 From: Piraty Date: Wed, 25 Mar 2020 10:52:56 +0100 Subject: [PATCH] flatbuffers: update to 1.12.0. --- srcpkgs/flatbuffers/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/flatbuffers/template b/srcpkgs/flatbuffers/template index d437677c768..fb8bc409c05 100644 --- a/srcpkgs/flatbuffers/template +++ b/srcpkgs/flatbuffers/template @@ -1,14 +1,14 @@ # Template file for 'flatbuffers' pkgname=flatbuffers -version=1.11.0 +version=1.12.0 revision=1 build_style=cmake -short_desc="Memory Efficient Serialization Library" +short_desc="Memory efficient serialization library" maintainer="Elie ROUDNINSKI " license="Apache-2.0" homepage="https://google.github.io/flatbuffers/" distfiles="https://github.com/google/${pkgname}/archive/v${version}.tar.gz" -checksum=3f4a286642094f45b1b77228656fbd7ea123964f19502f9ecfd29933fd23a50b +checksum=62f2223fb9181d1d6338451375628975775f7522185266cd5296571ac152bc45 if [ "$CROSS_BUILD" ]; then # Disable tests to prevent executing target binaries on host