summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2014-04-19 21:39:10 +0000
committerLuka Perkov <luka@openwrt.org>2014-04-19 21:39:10 +0000
commit7ddc0380bd459685aaf0a68378193e811942465f (patch)
treec6a820537f36440eb9f9e9fbbbaf066d99bc9806 /tools
parent350dd0f9acb0ed1c084ef197be31e4c8d2ea1935 (diff)
downloadmtk-20170518-7ddc0380bd459685aaf0a68378193e811942465f.zip
mtk-20170518-7ddc0380bd459685aaf0a68378193e811942465f.tar.gz
mtk-20170518-7ddc0380bd459685aaf0a68378193e811942465f.tar.bz2
flex: upgrade to version 2.5.39
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 40533
Diffstat (limited to 'tools')
-rw-r--r--tools/flex/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/flex/Makefile b/tools/flex/Makefile
index cc32da3..d949d4b 100644
--- a/tools/flex/Makefile
+++ b/tools/flex/Makefile
@@ -7,11 +7,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=flex
-PKG_VERSION:=2.5.38
+PKG_VERSION:=2.5.39
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=@SF/$(PKG_NAME)
-PKG_MD5SUM:=b230c88e65996ff74994d08a2a2e0f27
+PKG_MD5SUM:=77d44c6bb8c0705e0017ab9a84a1502b
PKG_CAT:=bzcat
HOST_BUILD_PARALLEL:=1