summaryrefslogtreecommitdiff
path: root/checkVersions
diff options
context:
space:
mode:
Diffstat (limited to 'checkVersions')
-rwxr-xr-xcheckVersions12
1 files changed, 12 insertions, 0 deletions
diff --git a/checkVersions b/checkVersions
index f6773fa7..5d0328e9 100755
--- a/checkVersions
+++ b/checkVersions
@@ -1040,6 +1040,18 @@ then
break;
fi
done
+ elif echo "${src}" \
+ | grep -q 'https://www\.quinapalus\.com/'; then
+ remVer=$(
+ curl_it 'https://www.quinapalus.com/qxwdownload.html' \
+ | sed '
+ s@^<h2>Release \([0-9]\+\)</h2>$@\1@
+ t
+ d
+ ' \
+ | sort -V \
+ | tail -n1
+ )
else
continue
fi