mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
development/byacc: Updated for version 20210109.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7891ef329d
commit
72a85a4aab
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for byacc
|
||||
|
||||
# Copyright 2015-2020 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2015-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=byacc
|
||||
VERSION=${VERSION:-20200910}
|
||||
VERSION=${VERSION:-20210109}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="byacc"
|
||||
VERSION="20200910"
|
||||
VERSION="20210109"
|
||||
HOMEPAGE="http://invisible-island.net/byacc/"
|
||||
DOWNLOAD="http://invisible-island.net/datafiles/release/byacc.tar.gz"
|
||||
MD5SUM="5726a5a655c6fd4e8f950552cceeae29"
|
||||
MD5SUM="f54edce9dea5906bb884d247b66c489d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue