diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-09-04 22:42:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-04 22:42:47 +0200 |
commit | 54d357dce0e13408b819a1fe98b6417fad2cdd4c (patch) | |
tree | b98fc09aaeb9786e02d34f140e7c91a74764de11 /cmake.deps | |
parent | 069fad6e2df25e6b079879670cf6c68ae7ddb012 (diff) | |
download | rneovim-54d357dce0e13408b819a1fe98b6417fad2cdd4c.tar.gz rneovim-54d357dce0e13408b819a1fe98b6417fad2cdd4c.tar.bz2 rneovim-54d357dce0e13408b819a1fe98b6417fad2cdd4c.zip |
build: bump lpeg to 1.1.0 (#25016)
Release notes indicates it has better UTF8 handling which is relevant
for us.
Diffstat (limited to 'cmake.deps')
-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 7cb1e2c881..4ea8887e2d 100644 --- a/cmake.deps/deps.txt +++ b/cmake.deps/deps.txt @@ -22,8 +22,8 @@ LIBVTERM_SHA256 09156f43dd2128bd347cbeebe50d9a571d32c64e0cf18d211197946aff7226e0 LUV_URL https://github.com/luvit/luv/archive/dcd1a1cad5b05634a7691402d6ca2f214fb4ae76.tar.gz LUV_SHA256 b68c73ed233918da7e0b34b57c6bac0490e6c6f1b12c1051266b6ad9efa780d0 -LPEG_URL https://github.com/neovim/deps/raw/aa004f1b2b6470a92363cba8e1cc1874141dacc4/opt/lpeg-1.0.2.tar.gz -LPEG_SHA256 48d66576051b6c78388faad09b70493093264588fcd0f258ddaab1cdd4a15ffe +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 |