aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Hinz <mh.codebro@gmail.com>2015-12-01 20:10:03 +0100
committerMarco Hinz <mh.codebro@gmail.com>2015-12-01 20:15:03 +0100
commit330794fb051617edc884207b738b1f30d7aef8ef (patch)
tree330575be992059c12ca397cbb9d61684e9469372
parentf4656498a818793256b99721dadbed6ebde65793 (diff)
downloadrneovim-330794fb051617edc884207b738b1f30d7aef8ef.tar.gz
rneovim-330794fb051617edc884207b738b1f30d7aef8ef.tar.bz2
rneovim-330794fb051617edc884207b738b1f30d7aef8ef.zip
Luacheck: point to latest rockspec
So far luacheck's rockspec specified only the git protocol. Hence people behind firewalls/proxies, that block port 9814, had trouble fetching this dependency via luarocks. The latest commit updated the rockspec to use either git or https. Thus common workarounds like this are not needed anymore: git config --global url."https://".insteadOf git:// References #3769.
-rw-r--r--third-party/cmake/BuildLuarocks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/third-party/cmake/BuildLuarocks.cmake b/third-party/cmake/BuildLuarocks.cmake
index f3e5a96220..a6126af789 100644
--- a/third-party/cmake/BuildLuarocks.cmake
+++ b/third-party/cmake/BuildLuarocks.cmake
@@ -123,7 +123,7 @@ if(USE_BUNDLED_BUSTED)
add_custom_command(OUTPUT ${HOSTDEPS_BIN_DIR}/luacheck
COMMAND ${LUAROCKS_BINARY}
- ARGS build https://raw.githubusercontent.com/mpeterv/luacheck/0.12.0/luacheck-scm-1.rockspec ${LUAROCKS_BUILDARGS}
+ ARGS build https://raw.githubusercontent.com/mpeterv/luacheck/3929eaa3528be2a8a50c593d687c8625205a2033/luacheck-scm-1.rockspec ${LUAROCKS_BUILDARGS}
DEPENDS busted)
add_custom_target(luacheck
DEPENDS ${HOSTDEPS_BIN_DIR}/luacheck)