summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiels Kristian Bech Jensen <nkbj1970@hotmail.com>2013-04-27 08:18:11 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-04-27 08:18:11 (GMT)
commit026b092960f9af09f877e95012f9e85375e74add (patch)
treeae59cf43c3766d322f4e21da06afe6947392a7f7
parent7ecb9764b0ad3933f26a9126825f8acea7f08891 (diff)
downloadmxe-026b092960f9af09f877e95012f9e85375e74add.zip
mxe-026b092960f9af09f877e95012f9e85375e74add.tar.gz
mxe-026b092960f9af09f877e95012f9e85375e74add.tar.bz2
package mxml: update website
-rw-r--r--index.html2
-rw-r--r--src/mxml.mk4
2 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index ec83bc9..3f87cc9 100644
--- a/index.html
+++ b/index.html
@@ -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