From 9b86891c8e12bac0a2d56dd1c9dc79f5bae7319d Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Tue, 12 Oct 2021 18:47:56 +0200 Subject: [PATCH] package/bison: bump to version 3.8.2 Signed-off-by: Francois Perrad Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- 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 04b6ca03e4..98ce5b97a3 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 8413233063..27038de674 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+