aboutsummaryrefslogtreecommitdiff
path: root/libraries/flatbuffers
diff options
context:
space:
mode:
authorSteven Voges <svoges.sbo@gmail.com>2023-03-30 20:40:56 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-04-01 09:14:14 +0700
commit3f5199c07b60491cfb5e0e86f2a499b941beec6e (patch)
tree0d3fcf45e0adfa0fdbd8c571331d74a9a754451b /libraries/flatbuffers
parentcd26dcb483441f79b30a7a1b058d842a2895ad0b (diff)
libraries/flatbuffers: Updated for version 23.3.3.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/flatbuffers')
-rw-r--r--libraries/flatbuffers/flatbuffers.SlackBuild4
-rw-r--r--libraries/flatbuffers/flatbuffers.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/flatbuffers/flatbuffers.SlackBuild b/libraries/flatbuffers/flatbuffers.SlackBuild
index 59761db027eb1..64d10c9709f19 100644
--- a/libraries/flatbuffers/flatbuffers.SlackBuild
+++ b/libraries/flatbuffers/flatbuffers.SlackBuild
@@ -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
diff --git a/libraries/flatbuffers/flatbuffers.info b/libraries/flatbuffers/flatbuffers.info
index af5299805cf5e..dd8b28b9f67ff 100644
--- a/libraries/flatbuffers/flatbuffers.info
+++ b/libraries/flatbuffers/flatbuffers.info
@@ -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=""