From 57757e1eebdd6a037cabd4b26e603e3486f0fe58 Mon Sep 17 00:00:00 2001 From: Markham Date: Wed, 8 Jan 2020 22:07:39 +0100 Subject: [PATCH] luaposix: fix download link --- make/archives.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5