summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcheckVersions10
1 files changed, 10 insertions, 0 deletions
diff --git a/checkVersions b/checkVersions
index ea7d33516..71b3a0a7a 100755
--- a/checkVersions
+++ b/checkVersions
@@ -1190,6 +1190,16 @@ then
)
elif [ "${pkgname}" = 'bind-next' ]; then
remVer="${pkgver}"
+ elif echo "${src}" \
+ | grep -q '//zoom\.us/client/'; then
+ remVer=$(
+ curl_it 'https://zoom.us/download' --user-agent 'Mozilla/5.0 (X11; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0' \
+ | sed '
+ s@^.*<span class="linux-ver-text"[^>]*>Version \([0-9.]\+\) (\([0-9.]\+\))</span>.*$@\1.\2@
+ t
+ d
+ '
+ )
else
continue
fi