]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package/mxml: fix download URL
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sun, 28 May 2017 21:37:38 +0000 (23:37 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 29 May 2017 19:51:17 +0000 (21:51 +0200)
The project moved to github, the current download URL is broken:

$ wget -q  http://www.msweet.org/files/project3/mxml-2.10.tar.gz
$ file mxml-2.10.tar.gz
mxml-2.10.tar.gz: HTML document, UTF-8 Unicode text, with very long lines

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/mxml/mxml.mk

index 7c48380e59bc3a9913b1d52bb352fafcc70113a2..ac270bd1bbc736d79da8afba6ff96497a748a380 100644 (file)
@@ -5,7 +5,7 @@
 ################################################################################
 
 MXML_VERSION = 2.10
-MXML_SITE = http://www.msweet.org/files/project3
+MXML_SITE = https://github.com/michaelrsweet/mxml/releases/download/release-$(MXML_VERSION)
 MXML_LICENSE = LGPL-2.0+ with exceptions
 MXML_LICENSE_FILES = COPYING
 MXML_INSTALL_STAGING = YES