ar71xx: add user-space support for GL.iNet v1
[openwrt/svn-archive/archive.git] / tools / bison / Makefile
index ef705227e51d74d99776c18a4e6ad7076d3a2378..bf7b92b2c12442ec9a64124299fa2b5ba8a47c47 100644 (file)
@@ -1,5 +1,5 @@
 # 
-# Copyright (C) 2008-2012 OpenWrt.org
+# Copyright (C) 2008-2013 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -7,12 +7,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=bison
-PKG_VERSION:=2.5
+PKG_VERSION:=3.0.2
 
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
-PKG_MD5SUM:=9dba20116b13fc61a0846b0058fbe004
-PKG_CAT:=bzcat
+PKG_MD5SUM:=146be9ff9fbd27497f0bf2286a5a2082
+PKG_CAT:=xzcat
 
 HOST_BUILD_PARALLEL:=1