From 418acc2ad7cecf8686287da93fceb7a8ace060e9 Mon Sep 17 00:00:00 2001 From: Carsten Schlote Date: Thu, 9 Jun 2016 11:05:03 +0200 Subject: flex: Updated source version to 2.5.39 Signed-off-by: Carsten Schlote Signed-off-by: Michael Olbrich --- rules/flex.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rules/flex.make') diff --git a/rules/flex.make b/rules/flex.make index 251478e0c..c717df0b0 100644 --- a/rules/flex.make +++ b/rules/flex.make @@ -16,10 +16,10 @@ PACKAGES-$(PTXCONF_FLEX) += flex # # Paths and names # -FLEX_VERSION := 2.5.35 -FLEX_MD5 := 10714e50cea54dc7a227e3eddcd44d57 +FLEX_VERSION := 2.5.39 +FLEX_MD5 := 477679c37ff8b28248a9b05f1da29a82 FLEX := flex-$(FLEX_VERSION) -FLEX_SUFFIX := tar.bz2 +FLEX_SUFFIX := tar.xz FLEX_URL := $(call ptx/mirror, SF, flex/$(FLEX).$(FLEX_SUFFIX)) FLEX_SOURCE := $(SRCDIR)/$(FLEX).$(FLEX_SUFFIX) FLEX_DIR := $(BUILDDIR)/$(FLEX) -- cgit v1.2.3