]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
luaposix: fix download link
authorMarkham <markham001@gmx.de>
Wed, 8 Jan 2020 21:07:39 +0000 (22:07 +0100)
committerMarkham <markham001@gmx.de>
Wed, 8 Jan 2020 21:07:39 +0000 (22:07 +0100)
make/archives.mk

index 1c85b10902e7456ad99d0f55e7f6fc24dba026c5..d2c5a806d3a75ef8d6bdfc7acd2b7f0b12a4e618 100755 (executable)
@@ -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)