From f67c3e67ab62fdd94f8bfb4fe5b83713b9f69377 Mon Sep 17 00:00:00 2001 From: Rui Abreu Ferreira Date: Wed, 22 Apr 2015 14:07:10 +0100 Subject: Update busted version to 2.0.rc8-0 --- third-party/cmake/BuildLuarocks.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third-party/cmake/BuildLuarocks.cmake b/third-party/cmake/BuildLuarocks.cmake index 72de6e9541..2f83cb8239 100644 --- a/third-party/cmake/BuildLuarocks.cmake +++ b/third-party/cmake/BuildLuarocks.cmake @@ -87,7 +87,7 @@ if(USE_BUNDLED_BUSTED) add_custom_command(OUTPUT ${DEPS_BIN_DIR}/busted COMMAND ${LUAROCKS_BINARY} - ARGS build https://raw.githubusercontent.com/Olivine-Labs/busted/master/busted-scm-0.rockspec ${LUAROCKS_BUILDARGS} + ARGS build https://raw.githubusercontent.com/Olivine-Labs/busted/v2.0.rc8-0/busted-2.0.rc8-0.rockspec ${LUAROCKS_BUILDARGS} DEPENDS stable-busted-deps) add_custom_target(busted DEPENDS ${DEPS_BIN_DIR}/busted) -- cgit