diff options
author | Egor Mikhaylov <nagakamira@gmail.com> | 2019-01-04 06:58:42 -0800 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2019-01-07 22:08:44 +0100 |
commit | ff62e83211c8ed306f6c7e5996d1bc7199dc9f00 (patch) | |
tree | 76e785fbea4268a273f8d884e88f60c9a076cd19 /tools | |
parent | 529c95cc15dc9fcc7709400cc921f2a3c03cd263 (diff) | |
download | upstream-ff62e83211c8ed306f6c7e5996d1bc7199dc9f00.tar.gz upstream-ff62e83211c8ed306f6c7e5996d1bc7199dc9f00.tar.bz2 upstream-ff62e83211c8ed306f6c7e5996d1bc7199dc9f00.zip |
bison: update to 3.2.4
Signed-off-by: Egor Mikhaylov <nagakamira@gmail.com>
Diffstat (limited to 'tools')
-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 d00e7240d6..139dbc763b 100644 --- a/tools/bison/Makefile +++ b/tools/bison/Makefile @@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bison -PKG_VERSION:=3.2.2 +PKG_VERSION:=3.2.4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/$(PKG_NAME) -PKG_HASH:=6f950f24e4d0745c7cc870e36d04f4057133ce0f31d6b4564e6f510a7d3ffafa +PKG_HASH:=523d44419f4df68286503740c95c7b3400b748d7d8b797209195ee5d67f05634 HOST_BUILD_PARALLEL:=1 |