changeset 5368:a3133716bcaf

* src/build-bison.mk: update to v3.5.4
author John Donoghue <john.donoghue@ieee.org>
date Sat, 11 Apr 2020 10:45:03 -0400
parents c367eee9bf2b
children 814904f97e22
files src/build-bison.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/build-bison.mk	Sat Apr 11 10:43:21 2020 -0400
+++ b/src/build-bison.mk	Sat Apr 11 10:45:03 2020 -0400
@@ -3,8 +3,8 @@
 
 PKG             := build-bison
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 3.3.2
-$(PKG)_CHECKSUM := 6a09cd588f7a0f985839fc8cecdc80da948f7de7
+$(PKG)_VERSION  := 3.5.4
+$(PKG)_CHECKSUM := 67279a74698e60093f57e1dec8e6236e0b194bb2
 $(PKG)_SUBDIR   := bison-$($(PKG)_VERSION)
 $(PKG)_FILE     := bison-$($(PKG)_VERSION).tar.xz
 $(PKG)_URL      := ftp://ftp.gnu.org/pub/gnu/bison/$($(PKG)_FILE)