diff options
author | Daniel Hahler <git@thequod.de> | 2019-07-16 09:15:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-16 09:15:50 +0200 |
commit | 6aab5715c55504bf6301a5d4bc113485e881c6ae (patch) | |
tree | 8d455cb4178696b87b692e620be162de4e391d9f | |
parent | 990f99658bb060ac2ac4e1cff2966eab1e96f9d9 (diff) | |
download | rneovim-6aab5715c55504bf6301a5d4bc113485e881c6ae.tar.gz rneovim-6aab5715c55504bf6301a5d4bc113485e881c6ae.tar.bz2 rneovim-6aab5715c55504bf6301a5d4bc113485e881c6ae.zip |
third-party: busted 2.0.0-0 (#10517)
-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 7f038c732d..87e2946c96 100644 --- a/third-party/cmake/BuildLuarocks.cmake +++ b/third-party/cmake/BuildLuarocks.cmake @@ -163,7 +163,7 @@ if(USE_BUNDLED_BUSTED) endif() add_custom_command(OUTPUT ${BUSTED_EXE} COMMAND ${LUAROCKS_BINARY} - ARGS build busted 2.0.rc13-0 ${LUAROCKS_BUILDARGS} + ARGS build busted 2.0.0 ${LUAROCKS_BUILDARGS} DEPENDS penlight) add_custom_target(busted DEPENDS ${BUSTED_EXE}) |