diff options
author | Niels Kristian Bech Jensen <nkbj1970@hotmail.com> | 2013-04-27 08:18:11 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2013-04-27 08:18:11 (GMT) |
commit | 026b092960f9af09f877e95012f9e85375e74add (patch) | |
tree | ae59cf43c3766d322f4e21da06afe6947392a7f7 /src/mxml.mk | |
parent | 7ecb9764b0ad3933f26a9126825f8acea7f08891 (diff) | |
download | mxe-026b092960f9af09f877e95012f9e85375e74add.zip mxe-026b092960f9af09f877e95012f9e85375e74add.tar.gz mxe-026b092960f9af09f877e95012f9e85375e74add.tar.bz2 |
package mxml: update website
Diffstat (limited to 'src/mxml.mk')
-rw-r--r-- | src/mxml.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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 |