commit 79ae8e6b36a105584a14a91843a4aa3e915bf63e
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon Sep 28 07:21:53 2020 +0100
Use dl1 URL
update-appdata-rpmfusion-free.sh | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/update-appdata-rpmfusion-free.sh b/update-appdata-rpmfusion-free.sh
index b189fea..557447a 100755
--- a/update-appdata-rpmfusion-free.sh
+++ b/update-appdata-rpmfusion-free.sh
@@ -9,15 +9,15 @@ main ()
cd rpmfusion-free || exit -1
if [ "$RELEASE" = "34" ]; then
-
URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/free/fe...
+
URL="rsync://download1.rpmfusion.org/rpmfusion/free/fedora/developme...
elif [ "$RELEASE" = "33" ]; then
-
URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/free/fe...
+
URL="rsync://download1.rpmfusion.org/rpmfusion/free/fedora/developme...
elif [ "$RELEASE" = "32" ]; then
-
URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/free/fe...
-
#URL1="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/free/fedora/updates/32/x86_64/*"
+
URL="rsync://download1.rpmfusion.org/rpmfusion/free/fedora/releases/...
+
#URL1="rsync://download1.rpmfusion.org/rpmfusion/free/fedora/updates/32/x86_64/*"
elif [ "$RELEASE" = "31" ]; then
-
URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/free/fe...
-
#URL1="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/free/fedora/updates/31/x86_64/*"
+
URL="rsync://download1.rpmfusion.org/rpmfusion/free/fedora/releases/...
+
#URL1="rsync://download1.rpmfusion.org/rpmfusion/free/fedora/updates/31/x86_64/*"
fi