From: Markham Date: Wed, 8 Jan 2020 21:07:39 +0000 (+0100) Subject: luaposix: fix download link X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=57757e1eebdd6a037cabd4b26e603e3486f0fe58;p=bs-cst-neutrino-hd.git luaposix: fix download link --- diff --git a/make/archives.mk b/make/archives.mk index 1c85b10..d2c5a80 100755 --- a/make/archives.mk +++ b/make/archives.mk @@ -313,7 +313,7 @@ $(ARCHIVE)/lua-$(LUA_VER).tar.gz: $(WGET) http://www.lua.org/ftp/lua-$(LUA_VER).tar.gz $(ARCHIVE)/luaposix-31.tar.gz: - $(WGET) http://www.fhloston-paradise.de/luaposix-31.tar.gz + $(WGET) https://github.com/luaposix/luaposix/archive/v31.tar.gz -O $(@) $(ARCHIVE)/Lua-cURL$(LUACURL_VER)-git-$(LUACURL_GIT).tar.bz2: get-git-archive.sh https://github.com/Lua-cURL/Lua-cURLv3.git $(LUACURL_GIT) $(notdir $@) $(ARCHIVE)