aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaymond W. Ko <raymond.w.ko@gmail.com>2021-03-10 18:14:14 -0500
committerGitHub <noreply@github.com>2021-03-10 18:14:14 -0500
commit097ec71bd82840996e4ba06d0006850b0ad7b5d1 (patch)
tree1a0cabc0c53b9d97a961f455ecdb46ab88617796
parent4ed860a64cf6db8dcf33d16ce448243bf072006d (diff)
downloadrneovim-097ec71bd82840996e4ba06d0006850b0ad7b5d1.tar.gz
rneovim-097ec71bd82840996e4ba06d0006850b0ad7b5d1.tar.bz2
rneovim-097ec71bd82840996e4ba06d0006850b0ad7b5d1.zip
aarch64/linux: fix build by updating LuaJIT (#14096)
-rw-r--r--third-party/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/third-party/CMakeLists.txt b/third-party/CMakeLists.txt
index aab8eb4464..5f381175f1 100644
--- a/third-party/CMakeLists.txt
+++ b/third-party/CMakeLists.txt
@@ -147,8 +147,8 @@ set(MSGPACK_URL https://github.com/msgpack/msgpack-c/releases/download/cpp-3.0.0
set(MSGPACK_SHA256 bfbb71b7c02f806393bc3cbc491b40523b89e64f83860c58e3e54af47de176e4)
# https://github.com/LuaJIT/LuaJIT/tree/v2.1
-set(LUAJIT_URL https://github.com/LuaJIT/LuaJIT/archive/1d8b747c161db457e032a023ebbff511f5de5ec2.tar.gz)
-set(LUAJIT_SHA256 20a159c38a98ecdb6368e8d655343b6036622a29a1621da9dc303f7ed9bf37f3)
+set(LUAJIT_URL https://github.com/LuaJIT/LuaJIT/archive/787736990ac3b7d5ceaba2697c7d0f58f77bb782.tar.gz)
+set(LUAJIT_SHA256 2e3f74bc279f46cc463abfc67b36e69faaf0366237004771f4cac4bf2a9f5efb)
set(LUA_URL https://www.lua.org/ftp/lua-5.1.5.tar.gz)
set(LUA_SHA256 2640fc56a795f29d28ef15e13c34a47e223960b0240e8cb0a82d9b0738695333)