aboutsummaryrefslogtreecommitdiff
path: root/third-party
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-08-04 20:59:51 -0400
committerGitHub <noreply@github.com>2016-08-04 20:59:51 -0400
commitfe6ec757257dccee88f03deb767bc3a1d86c2351 (patch)
tree2fe2320671d74367fb1f1951f836cd457278472e /third-party
parentd622e9c41635d9c0a65b8725e49ce476838d1aa2 (diff)
parent56fcabbd05b85388f2f5188fd1284bcff1ba67a2 (diff)
downloadrneovim-fe6ec757257dccee88f03deb767bc3a1d86c2351.tar.gz
rneovim-fe6ec757257dccee88f03deb767bc3a1d86c2351.tar.bz2
rneovim-fe6ec757257dccee88f03deb767bc3a1d86c2351.zip
Merge #4964 from ZyX-I/no-xdg-expand
option: Do not expand options, obtained from XDG vars
Diffstat (limited to 'third-party')
-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 0041bb1a03..1bff020691 100644
--- a/third-party/cmake/BuildLuarocks.cmake
+++ b/third-party/cmake/BuildLuarocks.cmake
@@ -156,7 +156,7 @@ if(USE_BUNDLED_BUSTED)
add_custom_command(OUTPUT ${HOSTDEPS_LIB_DIR}/luarocks/rocks/nvim-client
COMMAND ${LUAROCKS_BINARY}
- ARGS build https://raw.githubusercontent.com/neovim/lua-client/0.0.1-24/nvim-client-0.0.1-24.rockspec ${LUAROCKS_BUILDARGS}
+ ARGS build https://raw.githubusercontent.com/neovim/lua-client/0.0.1-25/nvim-client-0.0.1-25.rockspec ${LUAROCKS_BUILDARGS}
DEPENDS luv)
add_custom_target(nvim-client
DEPENDS ${HOSTDEPS_LIB_DIR}/luarocks/rocks/nvim-client)