summaryrefslogtreecommitdiffstats
path: root/src/mxml.mk
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2017-02-27 23:12:27 (GMT)
committerBoris Nagaev <bnagaev@gmail.com>2017-02-27 23:13:25 (GMT)
commitf4df52c6c34204b93c0a36583b18711f796870f9 (patch)
tree9cb2c30581b2bfff4b2ce2b07e10717536a2eeea /src/mxml.mk
parent57a72f9657a45937b0d25bd413f58b0d5ee34f00 (diff)
downloadmxe-f4df52c6c34204b93c0a36583b18711f796870f9.zip
mxe-f4df52c6c34204b93c0a36583b18711f796870f9.tar.gz
mxe-f4df52c6c34204b93c0a36583b18711f796870f9.tar.bz2
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
Diffstat (limited to 'src/mxml.mk')
-rw-r--r--src/mxml.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mxml.mk b/src/mxml.mk
index 52350d2..607d14b 100644
--- a/src/mxml.mk
+++ b/src/mxml.mk
@@ -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