summaryrefslogtreecommitdiffstats
path: root/tools/bison
diff options
context:
space:
mode:
authorDaniel Engberg <daniel.engberg.lists@pyret.net>2018-11-27 08:53:29 +0100
committerHans Dedecker <dedeckeh@gmail.com>2018-11-27 10:28:28 +0100
commit731a12ad83956c985b26ef246cda0858d4edabfd (patch)
treeadf031c08a353be4d9d84618f131038a8bffb4cb /tools/bison
parenta734450d6f9f2691debda312d490e6f5d8d53b2b (diff)
downloadopenwrt-731a12ad83956c985b26ef246cda0858d4edabfd.tar.gz
openwrt-731a12ad83956c985b26ef246cda0858d4edabfd.tar.bz2
openwrt-731a12ad83956c985b26ef246cda0858d4edabfd.zip
tools/bison: Update to 3.2.2
Update bison to 3.2.2 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'tools/bison')
-rw-r--r--tools/bison/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/bison/Makefile b/tools/bison/Makefile
index 4cdf7520c3..d00e7240d6 100644
--- a/tools/bison/Makefile
+++ b/tools/bison/Makefile
@@ -7,11 +7,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=bison
-PKG_VERSION:=3.2.1
+PKG_VERSION:=3.2.2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
-PKG_HASH:=8ba8bd5d6e935d01b89382fa5c2fa7602e03bbb435575087bfdc3c450d4d9ecd
+PKG_HASH:=6f950f24e4d0745c7cc870e36d04f4057133ce0f31d6b4564e6f510a7d3ffafa
HOST_BUILD_PARALLEL:=1