From 1c140f14ade74acbc554c21bc32486f2b4545bfe Mon Sep 17 00:00:00 2001 From: Peter Seiderer Date: Thu, 16 Sep 2021 22:46:06 +0200 Subject: [PATCH] package/bison: bump version to 3.8.1 For details see [1] and [2]. [1] https://lists.gnu.org/archive/html/info-gnu/2021-09/msg00006.html [2] https://fossies.org/linux/bison/ChangeLog Signed-off-by: Peter Seiderer Signed-off-by: Yann E. MORIN --- 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 f4abe4c661..04b6ca03e4 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.7.6.tar.xz.sig -sha256 67d68ce1e22192050525643fc0a7a22297576682bef6a5c51446903f5aeef3cf bison-3.7.6.tar.xz +# http://mirror.keystealth.org/gnu/bison/bison-3.8.1.tar.xz.sig +sha256 31fc602488aad6bdecf0ccc556e0fc72fc57cdc595cf92398f020e0cf4980f15 bison-3.8.1.tar.xz # License files, locally calculated sha256 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986 COPYING diff --git a/package/bison/bison.mk b/package/bison/bison.mk index 26db307e20..8413233063 100644 --- a/package/bison/bison.mk +++ b/package/bison/bison.mk @@ -4,7 +4,7 @@ # ################################################################################ -BISON_VERSION = 3.7.6 +BISON_VERSION = 3.8.1 BISON_SOURCE = bison-$(BISON_VERSION).tar.xz BISON_SITE = $(BR2_GNU_MIRROR)/bison BISON_LICENSE = GPL-3.0+ -- 2.30.2