From f58882b8018b1bbf99eca1821ca4f051764db7a9 Mon Sep 17 00:00:00 2001 From: Steven Voges Date: Fri, 1 Sep 2023 20:26:15 +0900 Subject: libraries/flatbuffers: Updated for version 23.5.26. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- libraries/flatbuffers/flatbuffers.SlackBuild | 4 +++- libraries/flatbuffers/flatbuffers.info | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'libraries/flatbuffers') diff --git a/libraries/flatbuffers/flatbuffers.SlackBuild b/libraries/flatbuffers/flatbuffers.SlackBuild index 64d10c9709..89fda633da 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.3.3} +VERSION=${VERSION:-23.5.26} DOCS=${DOCS:-no} SAMPLES=${SAMPLES:-no} BUILD=${BUILD:-1} @@ -97,6 +97,8 @@ cd build make install/strip DESTDIR=$PKG cd .. +rm $PKG/usr/lib$LIBDIRSUFFIX/lib$PRGNAM.a + find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true diff --git a/libraries/flatbuffers/flatbuffers.info b/libraries/flatbuffers/flatbuffers.info index dd8b28b9f6..4fec295adb 100644 --- a/libraries/flatbuffers/flatbuffers.info +++ b/libraries/flatbuffers/flatbuffers.info @@ -1,8 +1,8 @@ PRGNAM="flatbuffers" -VERSION="23.3.3" +VERSION="23.5.26" HOMEPAGE="https://google.github.io/flatbuffers" -DOWNLOAD="https://github.com/google/flatbuffers/archive/v23.3.3/flatbuffers-23.3.3.tar.gz" -MD5SUM="a379be2558d12c02acdb062ad7c8969c" +DOWNLOAD="https://github.com/google/flatbuffers/archive/v23.5.26/flatbuffers-23.5.26.tar.gz" +MD5SUM="2ef00eaaa86ab5e9ad5eafe09c2e7b60" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3