mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
libraries/flatbuffers: Updated for version 1.7.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f9811cb5d6
commit
b56f73f4c5
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=flatbuffers
|
||||
VERSION=${VERSION:-1.6.0}
|
||||
VERSION=${VERSION:-1.7.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="flatbuffers"
|
||||
VERSION="1.6.0"
|
||||
VERSION="1.7.1"
|
||||
HOMEPAGE="https://github.com/google/flatbuffers/"
|
||||
DOWNLOAD="https://github.com/google/flatbuffers/archive/v1.6.0/flatbuffers-1.6.0.tar.gz"
|
||||
MD5SUM="6ae7f9db53072459a9d4be053076a673"
|
||||
DOWNLOAD="https://github.com/google/flatbuffers/archive/v1.7.1/flatbuffers-1.7.1.tar.gz"
|
||||
MD5SUM="81934736f31fbd2cfdb513e71b53b358"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue