[Buildroot] [PATCH] package/bison: bump to version 3.8.2

Francois Perrad fperrad at gmail.com
Tue Oct 12 16:47:56 UTC 2021


Signed-off-by: Francois Perrad <francois.perrad at gadz.org>
---
 package/bison/bison.hash | 4 ++--
 package/bison/bison.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/bison/bison.hash b/package/bison/bison.hash
index 04b6ca03e..98ce5b97a 100644
--- a/package/bison/bison.hash
+++ b/package/bison/bison.hash
@@ -1,5 +1,5 @@
 # Locally calculated after checking pgp signature from
-# http://mirror.keystealth.org/gnu/bison/bison-3.8.1.tar.xz.sig
-sha256  31fc602488aad6bdecf0ccc556e0fc72fc57cdc595cf92398f020e0cf4980f15  bison-3.8.1.tar.xz
+# http://mirror.keystealth.org/gnu/bison/bison-3.8.2.tar.xz.sig
+sha256  9bba0214ccf7f1079c5d59210045227bcf619519840ebfa80cd3849cff5a5bf2  bison-3.8.2.tar.xz
 # License files, locally calculated
 sha256  3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986  COPYING
diff --git a/package/bison/bison.mk b/package/bison/bison.mk
index 841323306..27038de67 100644
--- a/package/bison/bison.mk
+++ b/package/bison/bison.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-BISON_VERSION = 3.8.1
+BISON_VERSION = 3.8.2
 BISON_SOURCE = bison-$(BISON_VERSION).tar.xz
 BISON_SITE = $(BR2_GNU_MIRROR)/bison
 BISON_LICENSE = GPL-3.0+
-- 
2.30.2



More information about the buildroot mailing list