1
0
Fork 0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-05-11 10:06:25 +02:00

tools/bison: update to version 2.4.3

SVN-Revision: 24281
This commit is contained in:
Alexandros C. Couloumbis 2010-12-06 12:21:08 +00:00
parent d7b81def38
commit 00c9674f71

View File

@ -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