summaryrefslogtreecommitdiff
path: root/checkVersions
diff options
context:
space:
mode:
Diffstat (limited to 'checkVersions')
-rwxr-xr-xcheckVersions11
1 files changed, 11 insertions, 0 deletions
diff --git a/checkVersions b/checkVersions
index cb22ae3b..b371cf96 100755
--- a/checkVersions
+++ b/checkVersions
@@ -891,6 +891,17 @@ then
p
'
)
+ elif echo "${src}" | \
+ grep -q '//www.roguetemple.com/'
+ then
+ remVer=$(
+ curl_it "${src%/*}/download.php" | \
+ sed '
+ s,^.*<a href="hyperrogue\([0-9]\+\)\([0-9][a-z]\)-src.tgz">[^<>]\+ source code</a>.*$,\1.\2,
+ t
+ d
+ '
+ )
else
continue
fi