aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2015-12-30 23:40:04 -0500
committerJustin M. Keyes <justinkz@gmail.com>2015-12-30 23:40:04 -0500
commit8b3c399b6d7f4a277d80da4b29349fed944f7d46 (patch)
treece81bad1f40837546aad7f1d6c3aa3bc5ede1913
parentbd39e2354fbf50426c110e889c4979143c6badda (diff)
downloadrneovim-8b3c399b6d7f4a277d80da4b29349fed944f7d46.tar.gz
rneovim-8b3c399b6d7f4a277d80da4b29349fed944f7d46.tar.bz2
rneovim-8b3c399b6d7f4a277d80da4b29349fed944f7d46.zip
build: use our mirror of LuaJIT-2.0.4.tar.gz
Point to new location.
-rw-r--r--third-party/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/third-party/CMakeLists.txt b/third-party/CMakeLists.txt
index 7f582d3199..de421365c4 100644
--- a/third-party/CMakeLists.txt
+++ b/third-party/CMakeLists.txt
@@ -77,7 +77,7 @@ set(LIBUV_SHA256 db5d46318e18330c696d954747036e1be8e2346411d4f30236d7e2f499f0cfa
set(MSGPACK_URL https://github.com/msgpack/msgpack-c/archive/cpp-1.0.0.tar.gz)
set(MSGPACK_SHA256 afda64ca445203bb7092372b822bae8b2539fdcebbfc3f753f393628c2bcfe7d)
-set(LUAJIT_URL https://github.com/neovim/deps/raw/master/src/LuaJIT-2.0.4.tar.gz)
+set(LUAJIT_URL https://github.com/neovim/deps/raw/master/opt/LuaJIT-2.0.4.tar.gz)
set(LUAJIT_SHA256 620fa4eb12375021bef6e4f237cbd2dd5d49e56beb414bee052c746beef1807d)
set(LUAROCKS_URL https://github.com/keplerproject/luarocks/archive/5d8a16526573b36d5b22aa74866120c998466697.tar.gz)