mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
bison: update to 3.8.2.
This commit is contained in:
parent
47038a9bd7
commit
a5e502c0b5
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'bison'
|
# Template file for 'bison'
|
||||||
pkgname=bison
|
pkgname=bison
|
||||||
version=3.7.6
|
version=3.8.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="help2man perl m4"
|
hostmakedepends="help2man perl m4"
|
||||||
|
@ -9,9 +9,9 @@ checkdepends="autoconf flex"
|
||||||
short_desc="GNU yacc(1) replacement"
|
short_desc="GNU yacc(1) replacement"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://www.gnu.org/software/bison/bison.html"
|
homepage="https://www.gnu.org/software/bison/bison.html"
|
||||||
distfiles="${GNU_SITE}/bison/bison-${version}.tar.xz"
|
distfiles="${GNU_SITE}/bison/bison-${version}.tar.xz"
|
||||||
checksum=67d68ce1e22192050525643fc0a7a22297576682bef6a5c51446903f5aeef3cf
|
checksum=9bba0214ccf7f1079c5d59210045227bcf619519840ebfa80cd3849cff5a5bf2
|
||||||
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