X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fflorian.git;a=blobdiff_plain;f=tools%2Fbison%2FMakefile;fp=tools%2Fbison%2FMakefile;h=d20d1c03c4c72aac7d59debdee2fe1d8a4d8c377;hp=ef705227e51d74d99776c18a4e6ad7076d3a2378;hb=71978cf105a158cc682049c203bd0739ed3ac356;hpb=829e0bc8b38c57f3d8d674a68c5b3ce322882c6e diff --git a/tools/bison/Makefile b/tools/bison/Makefile index ef705227e5..d20d1c03c4 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