Browse Source

- lua-curl: fix download location

master
vanhofen 3 years ago
committed by GitHub
parent
commit
11add49416
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      package/lua-curl/lua-curl.mk

2
package/lua-curl/lua-curl.mk

@ -7,7 +7,7 @@
LUA_CURL_VERSION = git
LUA_CURL_DIR = lua-curlv3.$(LUA_CURL_VERSION)
LUA_CURL_SOURCE = lua-curlv3.$(LUA_CURL_VERSION)
LUA_CURL_SITE = https://github.com/lua-curl/$(LUA_CURL_SOURCE)
LUA_CURL_SITE = https://github.com/lua-curl
LUA_CURL_DEPENDENCIES = libcurl lua

Loading…
Cancel
Save