diff options
author | Christian Clason <c.clason@uni-graz.at> | 2024-02-24 14:31:29 +0100 |
---|---|---|
committer | Christian Clason <c.clason@uni-graz.at> | 2024-02-24 15:04:20 +0100 |
commit | 63c9e0c4ae42fd05c03e4dd3893a3f2eede771a7 (patch) | |
tree | fd86ba3a031dcd1a75aa75f289217b36ed897a89 | |
parent | 9ea8a77b04c1d7da94c2105fb9ab5eee26eb0678 (diff) | |
download | rneovim-63c9e0c4ae42fd05c03e4dd3893a3f2eede771a7.tar.gz rneovim-63c9e0c4ae42fd05c03e4dd3893a3f2eede771a7.tar.bz2 rneovim-63c9e0c4ae42fd05c03e4dd3893a3f2eede771a7.zip |
build(deps): bump lua-compat-5.3 to v0.13
* Convert lua_pushlstring from a macro to a function
* strerror_r is not available on mingw
* Support getting io.popen results on file:close() on PUC-Rio Lua 5.1
* Fix missing closing parenthesis in preprocessor macro
* fix detection of LUA_USE_WINDOWS define
Also switch to new org
-rw-r--r-- | cmake.deps/deps.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake.deps/deps.txt b/cmake.deps/deps.txt index 716a892263..5bb07cbd1f 100644 --- a/cmake.deps/deps.txt +++ b/cmake.deps/deps.txt @@ -22,8 +22,8 @@ LUV_SHA256 c9c12e414f8045aea11e5dbb44cd6c68196c10e02e1294dad971c367976cc1f9 LPEG_URL https://github.com/neovim/deps/raw/d495ee6f79e7962a53ad79670cb92488abe0b9b4/opt/lpeg-1.1.0.tar.gz LPEG_SHA256 4b155d67d2246c1ffa7ad7bc466c1ea899bbc40fef0257cc9c03cecbaed4352a -LUA_COMPAT53_URL https://github.com/keplerproject/lua-compat-5.3/archive/v0.9.tar.gz -LUA_COMPAT53_SHA256 ad05540d2d96a48725bb79a1def35cf6652a4e2ec26376e2617c8ce2baa6f416 +LUA_COMPAT53_URL https://github.com/lunarmodules/lua-compat-5.3/archive/v0.13.tar.gz +LUA_COMPAT53_SHA256 f5dc30e7b1fda856ee4d392be457642c1f0c259264a9b9bfbcb680302ce88fc2 CAT_URL https://github.com/neovim/deps/raw/21c5e8bdda33521a6ed497b315e03265a2785cbc/opt/cat.exe CAT_SHA256 93b8d307bb15af3968920bdea3beb869a49d166f9164853c58a4e6ffdcae61c6 |