diff options
author | Jesús <heckyel@hyperbola.info> | 2021-10-31 22:48:26 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-10-31 22:48:26 -0500 |
commit | 3852f2b07af746032293515c15c38064b815a308 (patch) | |
tree | c9bbaade844bcde794b2a3f66751a86f3512fd4b /hyperterm | |
parent | a81a7b9de705cd5a6ba644e3d361d9bd8a197de7 (diff) | |
download | hyperterm-3852f2b07af746032293515c15c38064b815a308.tar.lz hyperterm-3852f2b07af746032293515c15c38064b815a308.tar.xz hyperterm-3852f2b07af746032293515c15c38064b815a308.zip |
Add sourcehut like mirror
Diffstat (limited to 'hyperterm')
-rw-r--r-- | hyperterm/core/update.sh | 4 | ||||
-rw-r--r-- | hyperterm/hyperterm.sha512 | 2 |
2 files changed, 3 insertions, 3 deletions
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 } # ---------------------- diff --git a/hyperterm/hyperterm.sha512 b/hyperterm/hyperterm.sha512 index f72ba88..fb9441a 100644 --- a/hyperterm/hyperterm.sha512 +++ b/hyperterm/hyperterm.sha512 @@ -14,7 +14,7 @@ fab9d339a99c7d2e1809d1c44f533523c6bfcdcc8d63c62b335ce7d4c666c8bdd7ac319316bf71f0 7447d3e167ab207d3ef4218e201a06bf5a3fc23281639f16f7f405f1d66b73923845d450fdb0a94672757866a9da0324f728564a1b61b2ed1678fe576eb565cf ./core/autocomplete.sh 065cfa39f1b4312ed275ad1039827a24f703176c653a8d27303d145f9d389a60ec5b3a9eb167e060cc6fd093b9c03cfb1a8b70254d444fbc6e62e2297d88b310 ./core/status.sh c639ebab39c6987aa2a75f7426c2b6aa8cdaa9bac57c4305d84e0064192022ec75ecf1a20912e4bdad7c319ed1032cfd6e8df1eeb8be8c30ed8f2c606268d989 ./core/git.sh -063be590bb7a916865f1e4cc4a57c837a702cd674558a05dbdd3ae185e6e9b1e9bc490459d2f3b83d324f1d12e3765eb560aa2225d61a807bc014bd8bc2bd71a ./core/update.sh +15f0f9a3f0cfe179b83f0266e00d0812a831138cff52a92e7b4559cb156abfcf7eb17e69776f5a64912a7c15343ec162abc8285417280ea0d6ee5959ec88e832 ./core/update.sh f3e00b2aa8ab9f3ab44570adaa2520408ed66fd00f551654d60b64a4be3546ec781b7efa39bcd774937e654b6ffb4c7af3f21eeb36caf9c01f82f85cf28e2b4d ./core/languages.sh 1cfba599047d84a17ff92b695ebf527a505a30acc9ec21a2b9f410a7ea6dde4b23b5cf62e557d82f2fe9a8980649942424b879ca53baae4d4cb3057681baa7b6 ./core/colors.sh ab3089453e35cc38544dffe672d532cbd559634937893a053937b599175688aecc5f3caad3064e818b883b027f27713194e3909dc3ab0246922cea00557c595a ./hyperterm.sh |