aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-06-10 15:48:13 +0200
committerJustin M. Keyes <justinkz@gmail.com>2018-06-10 16:11:49 +0200
commit0191061e34260ffe33bc40a608f5ae6d5fe44b9c (patch)
tree2cc3363e3313a0418e50c32a9d590eb35161bbd7
parentb8363283faac5e02cd9961119da7accb3d35d420 (diff)
downloadrneovim-0191061e34260ffe33bc40a608f5ae6d5fe44b9c.tar.gz
rneovim-0191061e34260ffe33bc40a608f5ae6d5fe44b9c.tar.bz2
rneovim-0191061e34260ffe33bc40a608f5ae6d5fe44b9c.zip
deps: bump lua client
-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 e0ea670be1..3fbd47bda2 100644
--- a/third-party/cmake/BuildLuarocks.cmake
+++ b/third-party/cmake/BuildLuarocks.cmake
@@ -202,7 +202,7 @@ if(USE_BUNDLED_BUSTED)
# DEPENDS on the previous module, because Luarocks breaks if parallel.
add_custom_command(OUTPUT ${HOSTDEPS_LIB_DIR}/luarocks/rocks/nvim-client
COMMAND ${LUAROCKS_BINARY}
- ARGS build nvim-client 0.0.1-26 ${LUAROCKS_BUILDARGS}
+ ARGS build nvim-client 0.1.0-1 ${LUAROCKS_BUILDARGS}
DEPENDS luv)
add_custom_target(nvim-client
DEPENDS ${HOSTDEPS_LIB_DIR}/luarocks/rocks/nvim-client)