mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-05 00:55:44 +01:00
libraries/antlr4: Updated for version 4.9.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d8654ebe56
commit
25faa661f0
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for antlr4
|
||||
|
||||
# Copyright 2019-2020 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2019-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=antlr4
|
||||
VERSION=${VERSION:-4.8}
|
||||
VERSION=${VERSION:-4.9.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="antlr4"
|
||||
VERSION="4.8"
|
||||
VERSION="4.9.2"
|
||||
HOMEPAGE="https://www.antlr.org/"
|
||||
DOWNLOAD="https://www.antlr.org/download/antlr4-cpp-runtime-4.8-source.zip"
|
||||
MD5SUM="96dc553d52c3d9833adeddd66cbb8a11"
|
||||
DOWNLOAD="https://www.antlr.org/download/antlr4-cpp-runtime-4.9.2-source.zip"
|
||||
MD5SUM="187bb8d0ecb4410fe0986a735021c4f1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue