byacc: update to 20170201.
This commit is contained in:
parent
652bf200fc
commit
c3b22d7c7c
1 changed files with 3 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'byacc'
|
# Template file for 'byacc'
|
||||||
pkgname=byacc
|
pkgname=byacc
|
||||||
version=20161202
|
version=20170201
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--program-transform=s,^,b,"
|
configure_args="--program-transform=s,^,b,"
|
||||||
short_desc="Berkeley yacc, a LALR(1) parser generator"
|
short_desc="Berkeley yacc, a LALR(1) parser generator"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="Public Domain"
|
license="Public Domain"
|
||||||
homepage="http://invisible-island.net/byacc/"
|
homepage="http://invisible-island.net/byacc/"
|
||||||
distfiles="ftp://invisible-island.net/${pkgname}/${pkgname}-${version}.tgz"
|
distfiles="ftp://invisible-island.net/${pkgname}/${pkgname}-${version}.tgz"
|
||||||
checksum=30dc58cfcdb708eea7ba022db29b41d2d392f20727491b956954366f2f2117f0
|
checksum=90b768d177f91204e6e7cef226ae1dc7cac831b625774cebd3e233a917754f91
|
||||||
|
|
||||||
alternatives="
|
alternatives="
|
||||||
yacc:yacc:/usr/bin/byacc
|
yacc:yacc:/usr/bin/byacc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue