mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
libraries/flatbuffers: Updated for version 1.6.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
6809235534
commit
f5a351f995
2 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=flatbuffers
|
||||
VERSION=${VERSION:-1.5.0}
|
||||
VERSION=${VERSION:-1.6.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -102,7 +102,7 @@ find samples/ -type f -exec chmod 644 {} \;
|
|||
)
|
||||
rm docs/source/CONTRIBUTING.md
|
||||
cp -rav docs/html docs/source/*.{md,txt} samples/ \
|
||||
CONTRIBUTING.md LICENSE.txt ISSUE_TEMPLATE.md \
|
||||
CONTRIBUTING.md LICENSE.txt \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
install -m644 readme.md $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="flatbuffers"
|
||||
VERSION="1.5.0"
|
||||
VERSION="1.6.0"
|
||||
HOMEPAGE="https://github.com/google/flatbuffers/"
|
||||
DOWNLOAD="https://github.com/google/flatbuffers/archive/v1.5.0/flatbuffers-1.5.0.tar.gz"
|
||||
MD5SUM="34df3c68712f1ce7c0ba7a77d6762d70"
|
||||
DOWNLOAD="https://github.com/google/flatbuffers/archive/v1.6.0/flatbuffers-1.6.0.tar.gz"
|
||||
MD5SUM="6ae7f9db53072459a9d4be053076a673"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue