summaryrefslogtreecommitdiffstats
path: root/src/mxml.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2013-04-27 08:22:22 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-04-27 08:22:22 (GMT)
commit1e26d0b054d8c4dec330bdc51e6ca3a1ad620b16 (patch)
treec0ae4a84bfbe63e52c5a0f3d2357805bc434f27f /src/mxml.mk
parent026b092960f9af09f877e95012f9e85375e74add (diff)
downloadmxe-1e26d0b054d8c4dec330bdc51e6ca3a1ad620b16.zip
mxe-1e26d0b054d8c4dec330bdc51e6ca3a1ad620b16.tar.gz
mxe-1e26d0b054d8c4dec330bdc51e6ca3a1ad620b16.tar.bz2
package mxml: fix update macro
Diffstat (limited to 'src/mxml.mk')
-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