diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2017-04-28 16:53:42 +0300 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-05-25 19:01:07 +0200 |
commit | 8040420b006a744ad65d4f2bedf5682140df1f42 (patch) | |
tree | 88a964c4b322b5df361b3085b2b7ba09cfc385ed /tools/flex/Makefile | |
parent | 1a0d52a733df1467c4b76c42a9612a8ab8c0c63a (diff) | |
download | upstream-8040420b006a744ad65d4f2bedf5682140df1f42.tar.gz upstream-8040420b006a744ad65d4f2bedf5682140df1f42.tar.bz2 upstream-8040420b006a744ad65d4f2bedf5682140df1f42.zip |
tools/flex: update to 2.6.3
* update flex to 2.6.3
* download .tar.gz (as upstream has dropped .xz)
* refresh patches
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'tools/flex/Makefile')
-rw-r--r-- | tools/flex/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/flex/Makefile b/tools/flex/Makefile index 60ca240af6..f170be53da 100644 --- a/tools/flex/Makefile +++ b/tools/flex/Makefile @@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=flex -PKG_VERSION:=2.6.1 +PKG_VERSION:=2.6.3 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/westes/flex/releases/download/v$(PKG_VERSION)/ -PKG_HASH:=2c7a412c1640e094cb058d9b2fe39d450186e09574bebb7aa28f783e3799103f +PKG_HASH:=68b2742233e747c462f781462a2a1e299dc6207401dac8f0bbb316f48565c2aa HOST_BUILD_PARALLEL:=1 |