summaryrefslogtreecommitdiff
path: root/checkVersions
diff options
context:
space:
mode:
Diffstat (limited to 'checkVersions')
-rwxr-xr-xcheckVersions7
1 files changed, 5 insertions, 2 deletions
diff --git a/checkVersions b/checkVersions
index fdea41f42..4737dff6b 100755
--- a/checkVersions
+++ b/checkVersions
@@ -185,8 +185,11 @@ then
remVer=$(
curl_it 'https://www.dropboxforum.com/t5/Desktop-client-builds/bd-p/101003016' | \
tr '<>' '\n' | \
- grep '^Stable Build [0-9.-]\+$' | \
- sed 's|^Stable Build \([0-9.-]\+\)$|\1|' | \
+ sed '
+ s/^\s*Stable Build \([0-9.-]\+\)\s*$/\1/
+ t
+ d
+ ' | \
sort -V | \
tail -n1
)