diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-01-30 17:01:06 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-30 17:01:06 +0800 |
commit | 21257d8580780a5e28f06562cea4f8889e6b0932 (patch) | |
tree | ab7449fc76194421e42b43219d2824a4dacae2f8 | |
parent | 3ac55fe0831b6af7277e6b26333ddb49ef423fcb (diff) | |
download | rneovim-21257d8580780a5e28f06562cea4f8889e6b0932.tar.gz rneovim-21257d8580780a5e28f06562cea4f8889e6b0932.tar.bz2 rneovim-21257d8580780a5e28f06562cea4f8889e6b0932.zip |
build(luarocks): update busted version to v2.1.1 (#22029)
-rw-r--r-- | cmake.deps/cmake/BuildLuarocks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake.deps/cmake/BuildLuarocks.cmake b/cmake.deps/cmake/BuildLuarocks.cmake index d0b4a8e7d1..b84ce34d45 100644 --- a/cmake.deps/cmake/BuildLuarocks.cmake +++ b/cmake.deps/cmake/BuildLuarocks.cmake @@ -148,7 +148,7 @@ if(USE_BUNDLED_BUSTED) set(LUACHECK_EXE "${DEPS_BIN_DIR}/luacheck") endif() add_custom_command(OUTPUT ${BUSTED_EXE} - COMMAND ${LUAROCKS_BINARY} build busted 2.0.0 ${LUAROCKS_BUILDARGS} + COMMAND ${LUAROCKS_BINARY} build busted 2.1.1 ${LUAROCKS_BUILDARGS} DEPENDS penlight) add_custom_target(busted DEPENDS ${BUSTED_EXE}) |