diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2018-10-06 12:41:52 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-10-07 02:10:15 +0200 |
commit | 9efd0cb403f68bd728a40e069a7d04b623f469e6 (patch) | |
tree | 99cabbdcdaa64e77e55ae461abcacbf1199ba6c2 /tools/bison/Makefile | |
parent | 969d052e960c8d52425442c583003eac3f9f26f6 (diff) | |
download | upstream-9efd0cb403f68bd728a40e069a7d04b623f469e6.tar.gz upstream-9efd0cb403f68bd728a40e069a7d04b623f469e6.tar.bz2 upstream-9efd0cb403f68bd728a40e069a7d04b623f469e6.zip |
tools/bison: Update to 3.1
Update bison to 3.1
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
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 68e06ae33b..6d4b73dad4 100644 --- a/tools/bison/Makefile +++ b/tools/bison/Makefile @@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bison -PKG_VERSION:=3.0.5 +PKG_VERSION:=3.1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/$(PKG_NAME) -PKG_HASH:=075cef2e814642e30e10e8155e93022e4a91ca38a65aa1d5467d4e969f97f338 +PKG_HASH:=7c2464ad6cb7b513b2c350a092d919327e1f63d12ff024836acbb504475da5c6 HOST_BUILD_PARALLEL:=1 |