diff options
author | luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-02-28 00:52:34 +0000 |
---|---|---|
committer | luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-02-28 00:52:34 +0000 |
commit | 15564a0fc18b55886bdaef6e6c32d0ae2a9a3a27 (patch) | |
tree | 9004285461d8688de8b815e8c5656abe0c4a42ad /tools/bison/Makefile | |
parent | ae393e015b0df2690ca15fd0cf91cfff33f411a2 (diff) |
[tools] bison: upgrade to version 2.7
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35827 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/bison/Makefile')
-rw-r--r-- | tools/bison/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/bison/Makefile b/tools/bison/Makefile index ef705227e..d20d1c03c 100644 --- a/tools/bison/Makefile +++ b/tools/bison/Makefile @@ -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:=2.7 -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:=234cdfac99257cf99ac4a03c898f37b9 +PKG_CAT:=xzcat HOST_BUILD_PARALLEL:=1 |