From a8d5e0f73f6347d51ac0632a1c203aaac3cdd5d0 Mon Sep 17 00:00:00 2001 From: phoebos Date: Wed, 17 Apr 2024 23:36:41 +0100 Subject: [PATCH] kiss-outdated: change curl's user-agent from the default Repology seems to have started to reply to curl with 403, but changing the user-agent fixes it. --- contrib/kiss-outdated | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/kiss-outdated b/contrib/kiss-outdated index f23d289..fdf180d 100755 --- a/contrib/kiss-outdated +++ b/contrib/kiss-outdated @@ -363,7 +363,7 @@ get_outdated() { mkcd "$tmp/${repo##*/}" - curl -SsZ --parallel-max 16 --remote-name-all "$@" || + curl -SsZA 'kiss-outdated' --parallel-max 16 --remote-name-all "$@" || die 'fatal: network error' for _pkg in "$OLDPWD"/*/; do