aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bison
diff options
context:
space:
mode:
authorAlexandros C. Couloumbis <alex@ozo.com>2010-12-06 12:21:08 +0000
committerAlexandros C. Couloumbis <alex@ozo.com>2010-12-06 12:21:08 +0000
commit5620baa9b4744bf28eb2f26a855f225c3b28e813 (patch)
tree651136fbf9def14d70c9cfe3347b679cfa81a8c3 /tools/bison
parent785469737d27cdbfd4f2515b542d0da0b22ebd82 (diff)
downloadmaster-187ad058-5620baa9b4744bf28eb2f26a855f225c3b28e813.tar.gz
master-187ad058-5620baa9b4744bf28eb2f26a855f225c3b28e813.tar.bz2
master-187ad058-5620baa9b4744bf28eb2f26a855f225c3b28e813.zip
tools/bison: update to version 2.4.3
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24281 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/bison')
-rw-r--r--tools/bison/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/bison/Makefile b/tools/bison/Makefile
index 16947c7d4f..50d836691f 100644
--- a/tools/bison/Makefile
+++ b/tools/bison/Makefile
@@ -7,12 +7,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=bison
-PKG_VERSION:=2.3
+PKG_VERSION:=2.4.3
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
-PKG_MD5SUM:=22327efdd5080e2b1acb6e560a04b43a
-PKG_CAT:=zcat
+PKG_MD5SUM:=c1d3ea81bc370dbd43b6f0b2cd21287e
+PKG_CAT:=bzcat
include $(INCLUDE_DIR)/host-build.mk