diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-11-04 17:42:09 +0200 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2018-11-05 14:04:26 +0100 |
commit | f1ed7747bbd660cee52b4de936823707eac08215 (patch) | |
tree | 9da4aad36a3be0200b701b9725fbf325920f95df /tools/bison/Makefile | |
parent | 5896b146a49968aa0a9889f57f75a8a918e384ae (diff) | |
download | upstream-f1ed7747bbd660cee52b4de936823707eac08215.tar.gz upstream-f1ed7747bbd660cee52b4de936823707eac08215.tar.bz2 upstream-f1ed7747bbd660cee52b4de936823707eac08215.zip |
tools/bison: update to version 3.2
Update bison to version 3.2
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 6d4b73dad4..aee92260c1 100644 --- a/tools/bison/Makefile +++ b/tools/bison/Makefile @@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bison -PKG_VERSION:=3.1 +PKG_VERSION:=3.2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/$(PKG_NAME) -PKG_HASH:=7c2464ad6cb7b513b2c350a092d919327e1f63d12ff024836acbb504475da5c6 +PKG_HASH:=deec377b95aa72ec4e1a33fe2c938d2480749d740b5291a7cc1d77808d3710bf HOST_BUILD_PARALLEL:=1 |