aboutsummaryrefslogtreecommitdiff
path: root/third-party
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-04-10 15:53:40 +0200
committerGitHub <noreply@github.com>2017-04-10 15:53:40 +0200
commit9aface8c4d1edd25d4fed3e099e3c2c02b0a282a (patch)
tree88984a59bea514c068ef764fdd248510bcb09e04 /third-party
parentfec53f0bdf5b871c1f6ca818d5a5c52118f5c266 (diff)
parent60ee50ce4b1fe9d678dcca7944903dcd2673cd5b (diff)
downloadrneovim-9aface8c4d1edd25d4fed3e099e3c2c02b0a282a.tar.gz
rneovim-9aface8c4d1edd25d4fed3e099e3c2c02b0a282a.tar.bz2
rneovim-9aface8c4d1edd25d4fed3e099e3c2c02b0a282a.zip
Merge #6489 from ZyX-I/own-output-handler
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 9ea96b7cc5..7312b6f91b 100644
--- a/third-party/cmake/BuildLuarocks.cmake
+++ b/third-party/cmake/BuildLuarocks.cmake
@@ -137,7 +137,7 @@ if(USE_BUNDLED_BUSTED)
endif()
add_custom_command(OUTPUT ${BUSTED_EXE}
COMMAND ${LUAROCKS_BINARY}
- ARGS build https://raw.githubusercontent.com/Olivine-Labs/busted/v2.0.rc11-0/busted-2.0.rc11-0.rockspec ${LUAROCKS_BUILDARGS}
+ ARGS build https://raw.githubusercontent.com/Olivine-Labs/busted/v2.0.rc12-1/busted-2.0.rc12-1.rockspec ${LUAROCKS_BUILDARGS}
DEPENDS penlight)
add_custom_target(busted
DEPENDS ${BUSTED_EXE})