mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
development/byacc: Updated for version 20180510.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
06c80b46e8
commit
a6cb3e4a5b
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for byacc
|
||||
|
||||
# Copyright 2015-2017 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2015-2018 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:-20170709}
|
||||
VERSION=${VERSION:-20180510}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="byacc"
|
||||
VERSION="20170709"
|
||||
VERSION="20180510"
|
||||
HOMEPAGE="http://invisible-island.net/byacc/"
|
||||
DOWNLOAD="http://invisible-island.net/datafiles/release/byacc.tar.gz"
|
||||
MD5SUM="46b11b03160dc318001c9f68c08ccf18"
|
||||
MD5SUM="97fdc0745e0ff0cef5c09d57d0c6752d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue