fix broken download URL of mxml

The project was moved to GitHub on 27 Feb 2017
https://michaelrsweet.github.io/

Broken build: https://travis-ci.org/mxe/mxe/builds/205984065#L479
This commit is contained in:
Boris Nagaev 2017-02-28 00:12:27 +01:00
parent 57a72f9657
commit f4df52c6c3
1 changed files with 2 additions and 2 deletions

View File

@ -1,14 +1,14 @@
# This file is part of MXE. See LICENSE.md for licensing information.
PKG := mxml
$(PKG)_WEBSITE := http://www.msweet.org/projects.php?Z3
$(PKG)_WEBSITE := https://michaelrsweet.github.io/
$(PKG)_DESCR := Mini-XML
$(PKG)_IGNORE :=
$(PKG)_VERSION := 2.9
$(PKG)_CHECKSUM := cded54653c584b24c4a78a7fa1b3b4377d49ac4f451ddf170ebbc8161d85ff92
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://www.msweet.org/files/project3/$($(PKG)_FILE)
$(PKG)_URL := https://github.com/michaelrsweet/mxml/releases/download/release-$($(PKG)_VERSION)/$($(PKG)_FILE)
$(PKG)_DEPS := gcc pthreads
define $(PKG)_UPDATE