diff src/mxml.mk @ 3561:ae4193aad5fe

revise and enable more $(PKG)_UPDATE rules
author John W. Eaton <jwe@octave.org>
date Sat, 08 Mar 2014 17:40:00 -0500
parents 13be64f9f16d
children d95b8b84cea7
line wrap: on
line diff
--- a/src/mxml.mk	Fri Mar 07 17:38:19 2014 -0500
+++ b/src/mxml.mk	Sat Mar 08 17:40:00 2014 -0500
@@ -11,8 +11,8 @@
 $(PKG)_DEPS     := pthreads
 
 define $(PKG)_UPDATE
-    $(WGET) -q -O- 'http://ftp.easysw.com/pub/mxml/?C=M;O=D' | \
-    $(SED) -n 's,.*<a href="\([0-9][^"]*\)/.*,\1,p' | \
+    $(WGET) -q -O- 'http://www.msweet.org/downloads.php?L+Z3' | \
+    $(SED) -n 's,.*<a href="files.*mxml-\([0-9\.]*\)\.tar.*,\1,p' | \
     head -1
 endef