summaryrefslogtreecommitdiff
path: root/manualPorts/hyperrogue
diff options
context:
space:
mode:
Diffstat (limited to 'manualPorts/hyperrogue')
-rwxr-xr-xmanualPorts/hyperrogue/lastVersion.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/manualPorts/hyperrogue/lastVersion.sh b/manualPorts/hyperrogue/lastVersion.sh
index eab24b6..e129726 100755
--- a/manualPorts/hyperrogue/lastVersion.sh
+++ b/manualPorts/hyperrogue/lastVersion.sh
@@ -2,7 +2,7 @@
curl -Ss 'http://www.roguetemple.com/z/hyper/download.php' | \
sed '
- s,^.*<a href="hyperrogue\([0-9]\+[a-z]\)-src.tgz">[^<>]\+ source code</a>.*$,\1,
+ s,^.*<a href="hyperrogue\([0-9]\+[a-z]\?\)-src.tgz">[^<>]\+ source code</a>.*$,\1,
t
d
'