mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
bison: update to 3.1.
This commit is contained in:
parent
11e6b3b7cf
commit
774d56f662
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'bison'
|
# Template file for 'bison'
|
||||||
pkgname=bison
|
pkgname=bison
|
||||||
version=3.0.5
|
version=3.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="help2man perl m4"
|
hostmakedepends="help2man perl m4"
|
||||||
depends="m4"
|
depends="m4"
|
||||||
short_desc="GNU yacc(1) replacement"
|
short_desc="GNU yacc(1) replacement"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://www.gnu.org/software/bison/bison.html"
|
homepage="http://www.gnu.org/software/bison/bison.html"
|
||||||
distfiles="${GNU_SITE}/bison/bison-${version}.tar.xz"
|
distfiles="${GNU_SITE}/bison/bison-${version}.tar.xz"
|
||||||
checksum=075cef2e814642e30e10e8155e93022e4a91ca38a65aa1d5467d4e969f97f338
|
checksum=7c2464ad6cb7b513b2c350a092d919327e1f63d12ff024836acbb504475da5c6
|
||||||
alternatives="
|
alternatives="
|
||||||
yacc:yacc:/usr/bin/bison-yacc
|
yacc:yacc:/usr/bin/bison-yacc
|
||||||
yacc:yacc.1:/usr/share/man/man1/bison-yacc.1"
|
yacc:yacc.1:/usr/share/man/man1/bison-yacc.1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue