From 3852f2b07af746032293515c15c38064b815a308 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sun, 31 Oct 2021 22:48:26 -0500 Subject: Add sourcehut like mirror --- hyperterm/core/update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hyperterm/core/update.sh') diff --git a/hyperterm/core/update.sh b/hyperterm/core/update.sh index 6bdcfdb..8a2015f 100644 --- a/hyperterm/core/update.sh +++ b/hyperterm/core/update.sh @@ -27,14 +27,14 @@ function _url_exists() { function _urls() { URL_1="https://hgit.conocimientoslibres.ga/software/hyperterm.git" - URL_2="https://notabug.org/heckyel/hyperterm" + URL_2="https://git.sr.ht/~heckyel/hyperterm" if [[ $(_url_exists "$URL_1") -eq 0 ]]; then URL="$URL_1" RAW="$URL_1/plain" elif [[ $(_url_exists "$URL_2") -eq 0 ]]; then URL="$URL_2" - RAW="$URL_2/raw/master" + RAW="$URL_2/blob/master" fi } # ---------------------- -- cgit v1.2.3