diff options
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | src/mxml.mk | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1712,7 +1712,7 @@ aptitude -t squeeze-backports install cmake yasm</pre> <tr> <td id="mxml-package">mxml</td> <td id="mxml-version">2.7</td> - <td id="mxml-website"><a href="http://www.minixml.org/">Mini-XML</a></td> + <td id="mxml-website"><a href="http://www.msweet.org/projects.php?Z3">Mini-XML</a></td> </tr> <tr> <td id="ncurses-package">ncurses</td> diff --git a/src/mxml.mk b/src/mxml.mk index 311f103..fbebd23 100644 --- a/src/mxml.mk +++ b/src/mxml.mk @@ -6,11 +6,11 @@ $(PKG)_IGNORE := $(PKG)_CHECKSUM := a3bdcab48307794c297e790435bcce7becb9edae $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz -$(PKG)_URL := http://ftp.easysw.com/pub/$(PKG)/$($(PKG)_VERSION)/$($(PKG)_FILE) +$(PKG)_URL := http://www.msweet.org/files/project3/$($(PKG)_FILE) $(PKG)_DEPS := gcc pthreads define $(PKG)_UPDATE - $(WGET) -q -O- 'http://ftp.easysw.com/pub/mxml/?C=M;O=D' | \ + $(WGET) -q -O- 'http://www.msweet.org/downloads.php?L+Z3' | \ $(SED) -n 's,.*<a href="\([0-9][^"]*\)/.*,\1,p' | \ head -1 endef |