commit bdc21ba65d0ffd2a2baa488b6fca18ee52b114de
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Aug 30 22:40:55 2020 +0100
Update script
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 114669c..70956c0 100755
--- a/update-appdata-rpmfusion-free.sh
+++ b/update-appdata-rpmfusion-free.sh
@@ -7,14 +7,14 @@ main ()
mkdir rpmfusion-free/ -pv
cd rpmfusion-free || exit -1
- if [ "$RELEASE" = "33" ]; then
+ if [ "$RELEASE" = "34" ]; then
URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/free/fe...
+ elif [ "$RELEASE" = "33" ]; then
+
URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/free/fe...
elif [ "$RELEASE" = "32" ]; then
-
URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/free/fe...
+
URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/free/fe...
elif [ "$RELEASE" = "31" ]; then
-
URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/free/fe...
- elif [ "$RELEASE" = "30" ]; then
-
URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/free/fe...
+
URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/free/fe...
fi
@@ -34,7 +34,7 @@ usage ()
echo "$0 -r <release>"
echo "- update appdata for rpmfusion free repository"
echo "options:"
- echo "-r <release> one of 30, 31, 32 and 33"
+ echo "-r <release> one of 31, 32, 33 and 34"
}