diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-06-29 19:02:48 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-07-18 15:52:15 -0400 |
commit | b8bfc0c736799352d1bab50117d851aedb93631e (patch) | |
tree | 2bfc0613d290debf98688360377f30413e6ee82a | |
parent | 54195c829d9b39ab241b9d6a34d3d876ad3f2554 (diff) | |
download | rneovim-b8bfc0c736799352d1bab50117d851aedb93631e.tar.gz rneovim-b8bfc0c736799352d1bab50117d851aedb93631e.tar.bz2 rneovim-b8bfc0c736799352d1bab50117d851aedb93631e.zip |
deps: Update busted: 2.0 rc8 -> 2.0 rc10
This removes the dependency on ansicolors, see [1]:
See [2] for a changelog between the two versions.
[1]: https://github.com/Olivine-Labs/busted/pull/373
[2]: https://github.com/Olivine-Labs/busted/compare/v2.0.rc8-0...a6233a277da4e118f663606d54da8df88a27c076
-rw-r--r-- | third-party/cmake/BuildLuarocks.cmake | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/third-party/cmake/BuildLuarocks.cmake b/third-party/cmake/BuildLuarocks.cmake index ff1f57442d..da0ebc1644 100644 --- a/third-party/cmake/BuildLuarocks.cmake +++ b/third-party/cmake/BuildLuarocks.cmake @@ -136,8 +136,6 @@ if(USE_BUNDLED_BUSTED) ARGS build luasocket 3.0rc1-2 ${LUAROCKS_BUILDARGS} COMMAND ${LUAROCKS_BINARY} ARGS build xml 1.1.2-1 ${LUAROCKS_BUILDARGS} - COMMAND ${LUAROCKS_BINARY} - ARGS build ansicolors 1.0.2-3 ${LUAROCKS_BUILDARGS} COMMAND ${CMAKE_COMMAND} -E touch ${HOSTDEPS_LIB_DIR}/luarocks/rocks/stable-busted-deps DEPENDS lpeg) add_custom_target(stable-busted-deps @@ -145,7 +143,7 @@ if(USE_BUNDLED_BUSTED) add_custom_command(OUTPUT ${HOSTDEPS_BIN_DIR}/busted COMMAND ${LUAROCKS_BINARY} - ARGS build https://raw.githubusercontent.com/Olivine-Labs/busted/v2.0.rc8-0/busted-2.0.rc8-0.rockspec ${LUAROCKS_BUILDARGS} + ARGS build https://raw.githubusercontent.com/Olivine-Labs/busted/v2.0.rc10-0/busted-2.0.rc10-0.rockspec ${LUAROCKS_BUILDARGS} DEPENDS stable-busted-deps) add_custom_target(busted DEPENDS ${HOSTDEPS_BIN_DIR}/busted) |