diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2020-11-21 13:30:34 +0200 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2020-11-21 18:49:08 +0100 |
commit | 9d5eceae91a93d48f008cd6411b9f9baa1556421 (patch) | |
tree | 5aa4f5afd3b3c91723800767d634fddcd1401ffe /tools/bison/Makefile | |
parent | 7d03e90390c7a156f882a60f7551a177c38288a8 (diff) | |
download | upstream-9d5eceae91a93d48f008cd6411b9f9baa1556421.tar.gz upstream-9d5eceae91a93d48f008cd6411b9f9baa1556421.tar.bz2 upstream-9d5eceae91a93d48f008cd6411b9f9baa1556421.zip |
tools/bison: update to 3.7.4
Update bison to 3.7.4
Release notes:
http://git.savannah.gnu.org/cgit/bison.git/tree/NEWS?id=7a11a9308cb
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'tools/bison/Makefile')
-rw-r--r-- | tools/bison/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/bison/Makefile b/tools/bison/Makefile index fde812f334..8f3043fcb8 100644 --- a/tools/bison/Makefile +++ b/tools/bison/Makefile @@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bison -PKG_VERSION:=3.7.1 +PKG_VERSION:=3.7.4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/$(PKG_NAME) -PKG_HASH:=55c215521a13982a9bee68cd42eed51a65713f96c530a739a57de4438ac1bb69 +PKG_HASH:=a3b5813f48a11e540ef26f46e4d288c0c25c7907d9879ae50e430ec49f63c010 HOST_BUILD_PARALLEL:=1 |