Groups
Groups
Sign in
Groups
Groups
vim_dev
Conversations
About
Send feedback
Help
Commit: CI: change the download URL of "libsodium" (#14618)
4 views
Skip to first unread message
Christian Brabandt
unread,
Apr 22, 2024, 3:00:17 PM
4/22/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vim...@googlegroups.com
CI: change the download URL of "libsodium" (#14618)
Commit:
https://github.com/vim/vim/commit/fbeea681cec15bef01aaeda575fd97884695f7dc
Author: Restorer <
69863286+...@users.noreply.github.com
>
Date: Mon Apr 22 18:48:43 2024 +0000
CI: change the download URL of "libsodium" (
https://github.com/vim/vim/issues/14618
)
Signed-off-by: RestorerZ <
rest...@mail2k.ru
>
Signed-off-by: Christian Brabandt <
c...@256bit.org
>
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4f6021634..b7439ed36 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -409,9 +409,11 @@ jobs:
WINPTY_URL:
https://github.com/rprichard/winpty/releases/download/0.4.3/winpty-0.4.3-msvc2015.zip
# libsodium
SODIUM_VER: '1.0.19'
- SODIUM_MSVC_URL:
https://download.libsodium.org/libsodium/releases/libsodium-%SODIUM_VER%-stable-msvc.zip
+ # SODIUM_MSVC_URL:
https://download.libsodium.org/libsodium/releases/libsodium-%SODIUM_VER%-stable-msvc.zip
+ SODIUM_MSVC_URL:
https://github.com/jedisct1/libsodium/releases/download/%SODIUM_VER%-RELEASE/libsodium-%SODIUM_VER%-msvc.zip
SODIUM_MSVC_VER: v143
- SODIUM_MINGW_URL:
https://download.libsodium.org/libsodium/releases/libsodium-%SODIUM_VER%-stable-mingw.tar.gz
+ # SODIUM_MINGW_URL:
https://download.libsodium.org/libsodium/releases/libsodium-%SODIUM_VER%-stable-mingw.tar.gz
+ SODIUM_MINGW_URL:
https://github.com/jedisct1/libsodium/releases/download/%SODIUM_VER%-RELEASE/libsodium-%SODIUM_VER%-mingw.tar.gz
SODIUM_MINGW_VER: 26
# Escape sequences
COL_RED: "\x1b[31m"
Reply all
Reply to author
Forward
0 new messages