mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/byacc: Updated for version 20170201.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1c71bad7b4
commit
5310799a40
3 changed files with 7 additions and 3 deletions
|
@ -1 +1,5 @@
|
|||
Berkeley Yacc is an LALR(1) parser generator.
|
||||
|
||||
NOTE:
|
||||
Upstream do not use versioned tarball, so MD5SUM
|
||||
may be invalid whenever new version is uploaded.
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=byacc
|
||||
VERSION=${VERSION:-20161202}
|
||||
VERSION=${VERSION:-20170201}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="byacc"
|
||||
VERSION="20161202"
|
||||
VERSION="20170201"
|
||||
HOMEPAGE="http://invisible-island.net/byacc/"
|
||||
DOWNLOAD="http://invisible-island.net/datafiles/release/byacc.tar.gz"
|
||||
MD5SUM="48ef38447f2cc864c70ef864b26cf817"
|
||||
MD5SUM="4bb274bbd7b648d4251c2b9ca36ed0c9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue