From: Bernd Kuhls Date: Sun, 28 May 2017 21:37:38 +0000 (+0200) Subject: package/mxml: fix download URL X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=eca61c93d5e6061a0749c94f7a4b5da73e332777;p=buildroot.git package/mxml: fix download URL 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 Signed-off-by: Thomas Petazzoni --- diff --git a/package/mxml/mxml.mk b/package/mxml/mxml.mk index 7c48380e59..ac270bd1bb 100644 --- a/package/mxml/mxml.mk +++ b/package/mxml/mxml.mk @@ -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