mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/flatbuffers: Updated for version 22.10.26.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9a2be1ce30
commit
2427bbe191
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=flatbuffers
|
||||
VERSION=${VERSION:-22.9.24}
|
||||
VERSION=${VERSION:-22.10.26}
|
||||
DOCS=${DOCS:-no}
|
||||
SAMPLES=${SAMPLES:-no}
|
||||
BUILD=${BUILD:-1}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="flatbuffers"
|
||||
VERSION="22.9.24"
|
||||
VERSION="22.10.26"
|
||||
HOMEPAGE="https://google.github.io/flatbuffers"
|
||||
DOWNLOAD="https://github.com/google/flatbuffers/archive/v22.9.24/flatbuffers-22.9.24.tar.gz"
|
||||
MD5SUM="976371c4b47268d09d5cc7827a6a1f6d"
|
||||
DOWNLOAD="https://github.com/google/flatbuffers/archive/v22.10.26/flatbuffers-22.10.26.tar.gz"
|
||||
MD5SUM="6582e2a3fb1de2ed4443980cbcb07ab3"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue