From 7004267a13f134d3ce94e058de079214e7f0f2c2 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Sat, 30 Apr 2016 13:15:25 +0200 Subject: xrecent: use new repos and https. --- xrecent | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'xrecent') diff --git a/xrecent b/xrecent index 9d3571c..9f7c798 100755 --- a/xrecent +++ b/xrecent @@ -3,20 +3,20 @@ case "$(xbps-uhelper arch)" in *-musl) - repo=http://muslrepo.voidlinux.eu/current/;; + repo=https://repo.voidlinux.eu/current/musl/;; *) - repo=http://repo.voidlinux.eu/current/;; + repo=https://repo.voidlinux.eu/current/;; esac case "$1" in */*) repo=$1;; *-musl) - repo=http://muslrepo.voidlinux.eu/current/ - export "XBPS_ARCH=$1";; + repo=https://repo.voidlinux.eu/current/musl/ + export "XBPS_TARGET_ARCH=$1";; ?*) - repo=http://repo.voidlinux.eu/current/ - export "XBPS_ARCH=$1";; + repo=https://repo.voidlinux.eu/current/ + export "XBPS_TARGET_ARCH=$1";; esac xbps-query -M -i -R --repository=$repo -p build-date -s '' | -- cgit 1.4.1