diff options
author | dundargoc <gocdundar@gmail.com> | 2024-02-24 15:06:15 +0100 |
---|---|---|
committer | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2024-02-24 17:45:52 +0100 |
commit | 71384129f75462f14344df236cf0a22b83da4f4c (patch) | |
tree | 79ff6903b0f394e16b473f61c7091f1c55470d0f | |
parent | 8addd27504e698da62176824209ae2d3d24247c0 (diff) | |
download | rneovim-71384129f75462f14344df236cf0a22b83da4f4c.tar.gz rneovim-71384129f75462f14344df236cf0a22b83da4f4c.tar.bz2 rneovim-71384129f75462f14344df236cf0a22b83da4f4c.zip |
build: download libiconv and gettext from `deps` repository
Downloading it from https://ftp.gnu.org/pub/gnu/ has started to become
unreliable and we can therefore no longer rely on it.
-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 5bb07cbd1f..b118a18373 100644 --- a/cmake.deps/deps.txt +++ b/cmake.deps/deps.txt @@ -35,10 +35,10 @@ XXD_SHA256 7a581e3882d28161cc52850f9a11d634b3eaf2c029276f093c1ed4c90e45a10c WIN32YANK_X86_64_URL https://github.com/equalsraf/win32yank/releases/download/v0.1.1/win32yank-x64.zip WIN32YANK_X86_64_SHA256 247c9a05b94387a884b49d3db13f806b1677dfc38020f955f719be6902260cd6 -GETTEXT_URL https://ftp.gnu.org/pub/gnu/gettext/gettext-0.20.1.tar.gz +GETTEXT_URL https://github.com/neovim/deps/raw/b9bf36eb31f27e8136d907da38fa23518927737e/opt/gettext-0.20.1.tar.gz GETTEXT_SHA256 66415634c6e8c3fa8b71362879ec7575e27da43da562c798a8a2f223e6e47f5c -LIBICONV_URL https://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.17.tar.gz +LIBICONV_URL https://github.com/neovim/deps/raw/b9bf36eb31f27e8136d907da38fa23518927737e/opt/libiconv-1.17.tar.gz LIBICONV_SHA256 8f74213b56238c85a50a5329f77e06198771e70dd9a739779f4c02f65d971313 TREESITTER_C_URL https://github.com/tree-sitter/tree-sitter-c/archive/v0.20.8.tar.gz |