summaryrefslogtreecommitdiff
path: root/manualPorts/hyperrogue
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-09-17 21:06:07 +0200
committerErich Eckner <git@eckner.net>2019-09-17 21:06:07 +0200
commitb89bdad736580261b0b10489a84775c80e9458be (patch)
tree5e7a3976f193f91352c57a74ab032c91c32c1e80 /manualPorts/hyperrogue
parentfcd4409a012aff1f0f00aad38859cc84badb58bf (diff)
downloadcrux-ports-b89bdad736580261b0b10489a84775c80e9458be.tar.xz
hyperrogue: update lastVersion.sh
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
'