mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-28 10:02:43 +01:00
libraries/flatbuffers: Updated for version 23.1.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
db49d76e4b
commit
3e8c0dd01c
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for flatbuffers
|
||||
|
||||
# Copyright 2022 Steven Voges <Oregon, USA>
|
||||
# Copyright 2022-2023 Steven Voges <Oregon, USA>
|
||||
# Copyright 2016 Andre Barboza, Belo Horizonte - Brazil
|
||||
# All rights reserved.
|
||||
#
|
||||
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=flatbuffers
|
||||
VERSION=${VERSION:-22.10.26}
|
||||
VERSION=${VERSION:-23.1.4}
|
||||
DOCS=${DOCS:-no}
|
||||
SAMPLES=${SAMPLES:-no}
|
||||
BUILD=${BUILD:-1}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="flatbuffers"
|
||||
VERSION="22.10.26"
|
||||
VERSION="23.1.4"
|
||||
HOMEPAGE="https://google.github.io/flatbuffers"
|
||||
DOWNLOAD="https://github.com/google/flatbuffers/archive/v22.10.26/flatbuffers-22.10.26.tar.gz"
|
||||
MD5SUM="6582e2a3fb1de2ed4443980cbcb07ab3"
|
||||
DOWNLOAD="https://github.com/google/flatbuffers/archive/v23.1.4/flatbuffers-23.1.4.tar.gz"
|
||||
MD5SUM="c52dd9dd02ee74bac1a2f627a8952a4a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue