neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 21257d8580780a5e28f06562cea4f8889e6b0932
parent 3ac55fe0831b6af7277e6b26333ddb49ef423fcb
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Mon, 30 Jan 2023 17:01:06 +0800

build(luarocks): update busted version to v2.1.1 (#22029)


Diffstat:
Mcmake.deps/cmake/BuildLuarocks.cmake | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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})