about summary refs log tree commit diff
path: root/xrecent
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-04-30 13:15:25 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-04-30 13:15:25 +0200
commit7004267a13f134d3ce94e058de079214e7f0f2c2 (patch)
treea288de1185ca72f69fa87a4389780301372c9793 /xrecent
parent9ece262e4bf842fb6a7ca0ac601dfc7112affd59 (diff)
downloadxtools-7004267a13f134d3ce94e058de079214e7f0f2c2.tar.gz
xtools-7004267a13f134d3ce94e058de079214e7f0f2c2.tar.xz
xtools-7004267a13f134d3ce94e058de079214e7f0f2c2.zip
xrecent: use new repos and https.
Diffstat (limited to 'xrecent')
-rwxr-xr-xxrecent12
1 files changed, 6 insertions, 6 deletions
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 '' |