commit 71064e7607ecabfbdfdf3c2cbe842628946b9209
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Oct 27 20:22:56 2019 +0000
Update script
update-appdata-rpmfusion-nonfree.sh | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/update-appdata-rpmfusion-nonfree.sh b/update-appdata-rpmfusion-nonfree.sh
index 45d85a5..4901e2c 100755
--- a/update-appdata-rpmfusion-nonfree.sh
+++ b/update-appdata-rpmfusion-nonfree.sh
@@ -7,14 +7,14 @@ main ()
mkdir rpmfusion-nonfree/ -pv
cd rpmfusion-nonfree || exit -1
#
- if [ "$RELEASE" = "30" ]; then
+ if [ "$RELEASE" = "32" ]; then
URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/nonfree...
- elif [ "$RELEASE" = "29" ]; then
-
URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/nonfree...
- elif [ "$RELEASE" = "28" ]; then
-
URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/nonfree...
- elif [ "$RELEASE" = "27" ]; then
-
URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/nonfree...
+ elif [ "$RELEASE" = "31" ]; then
+
URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/nonfree...
+ elif [ "$RELEASE" = "30" ]; then
+
URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/nonfree...
+ elif [ "$RELEASE" = "29" ]; then
+
URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/nonfree...
fi
@@ -34,7 +34,7 @@ usage ()
echo "$0 -r <release>"
echo "- update appdata for rpmfusion nonfree repository"
echo "options:"
- echo "-r <release> one of 27, 28, 29, and 30"
+ echo "-r <release> one of 29, 30, 31, and 32"
}