libraries/antlr4: Updated for version 4.13.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
abd2685461
commit
e096a048c3
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for antlr4
|
||||
|
||||
# Copyright 2019-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2019-2023 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=antlr4
|
||||
VERSION=${VERSION:-4.11.1}
|
||||
VERSION=${VERSION:-4.13.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="antlr4"
|
||||
VERSION="4.11.1"
|
||||
VERSION="4.13.0"
|
||||
HOMEPAGE="https://www.antlr.org/"
|
||||
DOWNLOAD="https://www.antlr.org/download/antlr4-cpp-runtime-4.11.1-source.zip"
|
||||
MD5SUM="2799c7b893ff51b2720b64f5211c3050"
|
||||
DOWNLOAD="https://www.antlr.org/download/antlr4-cpp-runtime-4.13.0-source.zip"
|
||||
MD5SUM="ff214b65fb02e150b4f515d7983bca92"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="utfcpp"
|
||||
|
|
Loading…
Reference in New Issue