aboutsummaryrefslogtreecommitdiff
path: root/libraries/flatbuffers/flatbuffers.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/flatbuffers/flatbuffers.SlackBuild')
-rw-r--r--libraries/flatbuffers/flatbuffers.SlackBuild4
1 files changed, 2 insertions, 2 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