mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/antlr4: Updated for version 4.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a47ce11477
commit
b2af09de85
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for antlr4
|
||||
|
||||
# Copyright 2019 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2019-2020 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.7.2}
|
||||
VERSION=${VERSION:-4.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="antlr4"
|
||||
VERSION="4.7.2"
|
||||
VERSION="4.8"
|
||||
HOMEPAGE="https://www.antlr.org/"
|
||||
DOWNLOAD="https://www.antlr.org/download/antlr4-cpp-runtime-4.7.2-source.zip"
|
||||
MD5SUM="3a88c898579f78d8c84c583c5160986b"
|
||||
DOWNLOAD="https://www.antlr.org/download/antlr4-cpp-runtime-4.8-source.zip"
|
||||
MD5SUM="96dc553d52c3d9833adeddd66cbb8a11"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Willy Sudiarto Raharjo"
|
||||
EMAIL="willysr@slackbuilds.org"
|
||||
EMAIL="willysr@slackbuilds.org"
|
||||
|
|
Loading…
Reference in a new issue