aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bison/Makefile
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-09-24 20:01:02 +0000
committerLuka Perkov <luka@openwrt.org>2013-09-24 20:01:02 +0000
commit13b95b59fed6dae595f5d55b7e6e77fe9c12e9f6 (patch)
treefc1d9075027d869e72700c91dcb9bff1aed630e7 /tools/bison/Makefile
parentfc411421f32f78e0266e016b3a056e3bf5971303 (diff)
downloadmaster-187ad058-13b95b59fed6dae595f5d55b7e6e77fe9c12e9f6.tar.gz
master-187ad058-13b95b59fed6dae595f5d55b7e6e77fe9c12e9f6.tar.bz2
master-187ad058-13b95b59fed6dae595f5d55b7e6e77fe9c12e9f6.zip
[tools] bison: update to 3.0
Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38169 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/bison/Makefile')
-rw-r--r--tools/bison/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/bison/Makefile b/tools/bison/Makefile
index d20d1c03c4..3909ec3313 100644
--- a/tools/bison/Makefile
+++ b/tools/bison/Makefile
@@ -7,11 +7,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=bison
-PKG_VERSION:=2.7
+PKG_VERSION:=3.0
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
-PKG_MD5SUM:=234cdfac99257cf99ac4a03c898f37b9
+PKG_MD5SUM:=a2624994561aa69f056c904c1ccb2880
PKG_CAT:=xzcat
HOST_BUILD_PARALLEL:=1