From 101ae84813d52d4ba57ce49ca4de8145d77a5248 Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Wed, 24 May 2023 22:46:47 +0000 Subject: [PATCH] versions: Update xurls version to 2.5.0 This PR updates the xurls version to 2.5.0. This changes the following: Add xurls -fix=all to replace URLs with temporary redirects as well xurls -fix now shows more detailed info on broken URLs xurls -fix now uses the method HEAD before falling back to GET xurls -fix now provides a meaningful User-Agent header Add a xurls -version flag Update lists of TLDs and schemes Fixes #5659 Signed-off-by: Gabriela Cervantes --- versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.yaml b/versions.yaml index 323c72cd0..5ad314661 100644 --- a/versions.yaml +++ b/versions.yaml @@ -52,7 +52,7 @@ externals: description: | Tool used by the CI to check URLs in documents and code comments. url: "mvdan.cc/xurls/v2/cmd/xurls" - version: "v2.4.0" + version: "v2.5.0" go-md2man: description: "cri-o dependency used for building documentation"