diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-20 09:54:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-20 15:54:22 +0200 |
commit | 02909d150e81686d049c131e959e9405efbbce3e (patch) | |
tree | e456ce70a8b8ee808452329e91529e1279675b08 | |
parent | 7bf62ab0226d41208a608e92cb292b4c3c2b7646 (diff) | |
download | rneovim-02909d150e81686d049c131e959e9405efbbce3e.tar.gz rneovim-02909d150e81686d049c131e959e9405efbbce3e.tar.bz2 rneovim-02909d150e81686d049c131e959e9405efbbce3e.zip |
win/package: update wintools.zip (#14408)
This does not have 7za.exe and tidy.exe.
Ref: https://github.com/neovim/neovim/issues/14078
-rw-r--r-- | third-party/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third-party/CMakeLists.txt b/third-party/CMakeLists.txt index dbd590cbae..351f517945 100644 --- a/third-party/CMakeLists.txt +++ b/third-party/CMakeLists.txt @@ -176,8 +176,8 @@ set(GPERF_URL https://github.com/neovim/deps/raw/ff5b4b18a87397a8564016071ae64f6 set(GPERF_SHA256 588546b945bba4b70b6a3a616e80b4ab466e3f33024a352fc2198112cdbb3ae2) # cat.exe curl.exe ca-bundle.crt diff.exe tee.exe xxd.exe -set(WINTOOLS_URL https://github.com/neovim/deps/raw/2f9acbecf06365c10baa3c0087f34a54c9c6f949/opt/win32tools.zip) -set(WINTOOLS_SHA256 8bfce7e3a365721a027ce842f2ec1cf878f1726233c215c05964aac07300798c) +set(WINTOOLS_URL https://github.com/neovim/deps/raw/da3520b568054ce057e6168243ff50eea223bfa0/opt/win32tools.zip) +set(WINTOOLS_SHA256 190149d369ae1cd266bc39bceb2d1c061833a23640dfabd4089082c1a7824421) set(WINGUI_URL https://github.com/equalsraf/neovim-qt/releases/download/v0.2.16/neovim-qt.zip) set(WINGUI_SHA256 aad95a1f8413a9ebf36fc0298d0dfd7d786abf88cb0f4ae9f7ec895b70c7b312) |