summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcheckVersions4
1 files changed, 2 insertions, 2 deletions
diff --git a/checkVersions b/checkVersions
index 16c2a219..94e8fe82 100755
--- a/checkVersions
+++ b/checkVersions
@@ -938,12 +938,12 @@ then
'
)
elif echo "${src}" | \
- grep -q '//www.roguetemple.com/'
+ grep -qF '//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,
+ s,^.*<a href="hyperrogue\([0-9]\+\)\([0-9][a-z]\?\)-src.tgz">[^<>]\+ source code</a>.*$,\1.\2,
t
d
'