mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
flatbuffers: update to 1.12.0.
This commit is contained in:
parent
d87f4aeee2
commit
843e6c5b01
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'flatbuffers'
|
# Template file for 'flatbuffers'
|
||||||
pkgname=flatbuffers
|
pkgname=flatbuffers
|
||||||
version=1.11.0
|
version=1.12.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
short_desc="Memory Efficient Serialization Library"
|
short_desc="Memory efficient serialization library"
|
||||||
maintainer="Elie ROUDNINSKI <xademax@gmail.com>"
|
maintainer="Elie ROUDNINSKI <xademax@gmail.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://google.github.io/flatbuffers/"
|
homepage="https://google.github.io/flatbuffers/"
|
||||||
distfiles="https://github.com/google/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/google/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=3f4a286642094f45b1b77228656fbd7ea123964f19502f9ecfd29933fd23a50b
|
checksum=62f2223fb9181d1d6338451375628975775f7522185266cd5296571ac152bc45
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
# Disable tests to prevent executing target binaries on host
|
# Disable tests to prevent executing target binaries on host
|
||||||
|
|
Loading…
Add table
Reference in a new issue