diff options
author | ZyX <kp-pav@yandex.ru> | 2017-04-10 03:17:14 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2017-04-10 03:51:50 +0300 |
commit | 40dee9744233ea0f14aaa16e9ef0395b57604806 (patch) | |
tree | cf4350ccee55cf8959f8e8fc7b3d73046f493c88 | |
parent | accc7a0b6cf1d2c036181be18a512b791f3ceb79 (diff) | |
download | rneovim-40dee9744233ea0f14aaa16e9ef0395b57604806.tar.gz rneovim-40dee9744233ea0f14aaa16e9ef0395b57604806.tar.bz2 rneovim-40dee9744233ea0f14aaa16e9ef0395b57604806.zip |
third-party: Update busted version
-rw-r--r-- | third-party/cmake/BuildLuarocks.cmake | 2 |
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}) |