From ea0297002cbbf54847974b3bc55044fc59b47754 Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Wed, 29 Jan 2020 20:29:44 +0100 Subject: [PATCH] bison: update to 3.5.1. --- srcpkgs/bison/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/bison/template b/srcpkgs/bison/template index 1d7617d5452..d8d6bdf3149 100644 --- a/srcpkgs/bison/template +++ b/srcpkgs/bison/template @@ -1,6 +1,6 @@ # Template file for 'bison' pkgname=bison -version=3.5 +version=3.5.1 revision=1 build_style=gnu-configure hostmakedepends="help2man perl m4" @@ -11,7 +11,7 @@ maintainer="Enno Boland " license="GPL-3.0-or-later" homepage="http://www.gnu.org/software/bison/bison.html" distfiles="${GNU_SITE}/bison/bison-${version}.tar.xz" -checksum=55e4a023b1b4ad19095a5f8279f0dc048fa29f970759cea83224a6d5e7a3a641 +checksum=3e7e097bd9709a2d5e40e69446b74b149733b3de864fadb7a9b54eca7b2a4dd0 alternatives=" yacc:yacc:/usr/bin/bison-yacc yacc:yacc.1:/usr/share/man/man1/bison-yacc.1"