summaryrefslogtreecommitdiff
path: root/checkVersions
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-06-26 09:34:41 +0200
committerErich Eckner <git@eckner.net>2018-06-26 09:34:41 +0200
commitf87aeb25918afa704c56521e8adbfc738d3bb4ec (patch)
treeac412ea3589c25bfbbe8beeafeff98fb127ce3a6 /checkVersions
parent861db40a54aef2278273fac0529af25cb0b8478c (diff)
downloadarchlinuxewe-f87aeb25918afa704c56521e8adbfc738d3bb4ec.tar.xz
checkVersions: understand abiword-gtk2
Diffstat (limited to 'checkVersions')
-rwxr-xr-xcheckVersions18
1 files changed, 18 insertions, 0 deletions
diff --git a/checkVersions b/checkVersions
index a1282c763..019543c44 100755
--- a/checkVersions
+++ b/checkVersions
@@ -246,6 +246,24 @@ then
tail -n1
)"
elif echo "${src}" | \
+ grep -q '//www\.abisource\.com/'
+ then
+ quVer="$(
+ echo "${src}" | \
+ sed 's|\(/[^/]\+\)\{3\}$|/|'
+ )"
+ remVer="$(
+ curl_it "${quVer}" | \
+ tr '<>' '\n' | \
+ sed -n '
+ s,^a href="\([0-9.]\+\)/"$,\1,
+ T
+ p
+ ' | \
+ sort -V | \
+ tail -n1
+ )"
+ elif echo "${src}" | \
grep -q '//download\.virtualbox\.org/'
then
quVer="$(