aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRui Abreu Ferreira <raf-ep@gmx.com>2015-04-22 14:07:10 +0100
committerRui Abreu Ferreira <raf-ep@gmx.com>2015-04-22 14:07:10 +0100
commitf67c3e67ab62fdd94f8bfb4fe5b83713b9f69377 (patch)
tree9081a82428ec091eb6a2cfa01f5da32fb2233ab4
parent78460bdf044c477edc911584c7d6c128c1442151 (diff)
downloadrneovim-f67c3e67ab62fdd94f8bfb4fe5b83713b9f69377.tar.gz
rneovim-f67c3e67ab62fdd94f8bfb4fe5b83713b9f69377.tar.bz2
rneovim-f67c3e67ab62fdd94f8bfb4fe5b83713b9f69377.zip
Update busted version to 2.0.rc8-0
-rw-r--r--third-party/cmake/BuildLuarocks.cmake2
1 files changed, 1 insertions, 1 deletions
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)