summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/mxml.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mxml.mk b/src/mxml.mk
index fbebd23..39d6c4c 100644
--- a/src/mxml.mk
+++ b/src/mxml.mk
@@ -11,7 +11,7 @@ $(PKG)_DEPS := gcc pthreads
define $(PKG)_UPDATE
$(WGET) -q -O- 'http://www.msweet.org/downloads.php?L+Z3' | \
- $(SED) -n 's,.*<a href="\([0-9][^"]*\)/.*,\1,p' | \
+ $(SED) -n 's,.*<a href="files.*mxml-\([0-9\.]*\)\.tar.*,\1,p' | \
head -1
endef