diff options
author | Johannes Brechtmann <johannes@jnbr.me> | 2019-01-01 13:40:31 +0100 |
---|---|---|
committer | Toyam Cox <aviator45003@gmail.com> | 2019-01-01 12:28:39 -0500 |
commit | 9f4faddbc8ed328cca1f092e48df3c334090f1c4 (patch) | |
tree | a2dbd0c1c06f6057af3e57cab414ee75e038cc38 /xrecent | |
parent | 0645e7470851ac3ba8b387422523b97cd80a098e (diff) | |
download | xtools-9f4faddbc8ed328cca1f092e48df3c334090f1c4.tar.gz xtools-9f4faddbc8ed328cca1f092e48df3c334090f1c4.tar.xz xtools-9f4faddbc8ed328cca1f092e48df3c334090f1c4.zip |
switch from voidlinux.eu to voidlinux.org
Diffstat (limited to 'xrecent')
-rwxr-xr-x | xrecent | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/xrecent b/xrecent index e94021a..c492146 100755 --- a/xrecent +++ b/xrecent @@ -3,24 +3,24 @@ case "$(xbps-uhelper arch)" in aarch64*) - repo=https://repo.voidlinux.eu/current/aarch64/;; + repo=https://alpha.de.repo.voidlinux.org/current/aarch64/;; *-musl) - repo=https://repo.voidlinux.eu/current/musl/;; + repo=https://alpha.de.repo.voidlinux.org/current/musl/;; *) - repo=https://repo.voidlinux.eu/current/;; + repo=https://alpha.de.repo.voidlinux.org/current/;; esac case "$1" in */*) repo=$1;; aarch64*) - repo=https://repo.voidlinux.eu/current/aarch64/ + repo=https://alpha.de.repo.voidlinux.org/current/aarch64/ export "XBPS_TARGET_ARCH=$1";; *-musl) - repo=https://repo.voidlinux.eu/current/musl/ + repo=https://alpha.de.repo.voidlinux.org/current/musl/ export "XBPS_TARGET_ARCH=$1";; ?*) - repo=https://repo.voidlinux.eu/current/ + repo=https://alpha.de.repo.voidlinux.org/current/ export "XBPS_TARGET_ARCH=$1";; esac |