third-party: busted 2.0.0-0 (#10517)

This commit is contained in:
Daniel Hahler
2019-07-16 09:15:50 +02:00
committed by GitHub
parent 990f99658b
commit 6aab5715c5

View File

@@ -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})