diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2021-09-15 15:00:15 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2021-09-16 18:49:03 +0200 |
commit | 367a61f5ce66940be33ced50a65686385bc7692b (patch) | |
tree | 3738e99fb4f119f3242ceca7e4aef5726b1bf46e /package | |
parent | 600154550689f12badaf94b97cfd99ab8fd57edf (diff) |
flex: update download url
Diffstat (limited to 'package')
-rw-r--r-- | package/flex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/flex/Makefile b/package/flex/Makefile index 56ae93305..5570365ff 100644 --- a/package/flex/Makefile +++ b/package/flex/Makefile @@ -12,7 +12,7 @@ PKG_SECTION:= dev/tools PKG_BUILDDEP:= m4-host HOST_BUILDDEP:= m4-host bison-host patch-host libtool-host PKG_URL:= https://github.com/westes/flex -PKG_SITES:= https://github.com/westes/flex/releases/download/v$(PKG_VERSION)/ +PKG_SITES:= https://github.com/westes/flex/files/981163/ PKG_OPTS:= dev DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.gz |