bison: update to 3.4.
This commit is contained in:
parent
a246aae79e
commit
99b2df0c18
|
@ -1,16 +1,17 @@
|
|||
# Template file for 'bison'
|
||||
pkgname=bison
|
||||
version=3.3.2
|
||||
version=3.4
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="help2man perl m4"
|
||||
depends="m4"
|
||||
checkdepends="autoconf flex"
|
||||
short_desc="GNU yacc(1) replacement"
|
||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="http://www.gnu.org/software/bison/bison.html"
|
||||
distfiles="${GNU_SITE}/bison/bison-${version}.tar.xz"
|
||||
checksum=039ee45b61d95e5003e7e8376f9080001b4066ff357bde271b7faace53b9d804
|
||||
checksum=6f3582cce1bb040fa09cfa238d6ee8643c03c79e34d0d203a7466b8cc1038efa
|
||||
alternatives="
|
||||
yacc:yacc:/usr/bin/bison-yacc
|
||||
yacc:yacc.1:/usr/share/man/man1/bison-yacc.1"
|
||||
|
|
Loading…
Reference in New Issue