libraries/flatbuffers: Updated for version 23.3.3.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
cd26dcb483
commit
3f5199c07b
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=flatbuffers
|
||||
VERSION=${VERSION:-23.1.4}
|
||||
VERSION=${VERSION:-23.3.3}
|
||||
DOCS=${DOCS:-no}
|
||||
SAMPLES=${SAMPLES:-no}
|
||||
BUILD=${BUILD:-1}
|
||||
|
@ -102,7 +102,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
*.md LICENSE.txt \
|
||||
*.md LICENSE \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="flatbuffers"
|
||||
VERSION="23.1.4"
|
||||
VERSION="23.3.3"
|
||||
HOMEPAGE="https://google.github.io/flatbuffers"
|
||||
DOWNLOAD="https://github.com/google/flatbuffers/archive/v23.1.4/flatbuffers-23.1.4.tar.gz"
|
||||
MD5SUM="c52dd9dd02ee74bac1a2f627a8952a4a"
|
||||
DOWNLOAD="https://github.com/google/flatbuffers/archive/v23.3.3/flatbuffers-23.3.3.tar.gz"
|
||||
MD5SUM="a379be2558d12c02acdb062ad7c8969c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue