From 3e30057eb07bc9c60966bcb11c484f4a6a9d4184 Mon Sep 17 00:00:00 2001 From: heitbaum Date: Sat, 26 Dec 2020 13:58:39 +0000 Subject: [PATCH] bison: update to 3.7.4 --- packages/devel/bison/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/devel/bison/package.mk b/packages/devel/bison/package.mk index 3b97730ba5..65a0504743 100644 --- a/packages/devel/bison/package.mk +++ b/packages/devel/bison/package.mk @@ -3,8 +3,8 @@ # Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv) PKG_NAME="bison" -PKG_VERSION="3.5.4" -PKG_SHA256="4c17e99881978fa32c05933c5262457fa5b2b611668454f8dc2a695cd6b3720c" +PKG_VERSION="3.7.4" +PKG_SHA256="a3b5813f48a11e540ef26f46e4d288c0c25c7907d9879ae50e430ec49f63c010" PKG_LICENSE="GPL" PKG_SITE="http://www.gnu.org/software/bison/" PKG_URL="http://ftpmirror.gnu.org/bison/$PKG_NAME-$PKG_VERSION.tar.xz"