From 3d3e03b9cb6218d5a8a4fc8ff4700bef6a0bede6 Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Sun, 15 Nov 2020 19:39:28 +0100 Subject: [PATCH] bison: update to 3.7.4. --- srcpkgs/bison/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/bison/template b/srcpkgs/bison/template index 090d35068c6..56f380246b1 100644 --- a/srcpkgs/bison/template +++ b/srcpkgs/bison/template @@ -1,6 +1,6 @@ # Template file for 'bison' pkgname=bison -version=3.7.3 +version=3.7.4 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=88d9e36856b004c0887a12ba00ea3c47db388519629483dd8c3fce9694d4da6f +checksum=a3b5813f48a11e540ef26f46e4d288c0c25c7907d9879ae50e430ec49f63c010 alternatives=" yacc:yacc:/usr/bin/bison-yacc yacc:yacc.1:/usr/share/man/man1/bison-yacc.1"