summaryrefslogtreecommitdiffstats
path: root/src/crystalhd.mk
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2016-12-06 07:46:18 (GMT)
committerBoris Nagaev <bnagaev@gmail.com>2016-12-06 07:55:48 (GMT)
commit0578f0a5ffa1fd7c8964be211ea781da6c2edcad (patch)
treed86ee599daaabdfdac8fb311796f850e483650d2 /src/crystalhd.mk
parent8ae2942533666ba8f8916be2fe0f8c534e53b358 (diff)
downloadmxe-0578f0a5ffa1fd7c8964be211ea781da6c2edcad.zip
mxe-0578f0a5ffa1fd7c8964be211ea781da6c2edcad.tar.gz
mxe-0578f0a5ffa1fd7c8964be211ea781da6c2edcad.tar.bz2
crystalhd: change download URL to a mirror
Failed download: https://travis-ci.org/mxe/mxe/builds/181565782 http://www.broadcom.com/docs/support/crystalhd/crystalhd_lgpl_includes_v1.zip does not work anymore. From https://www.broadcom.com/ > Introducing the New Broadcom Limited Website > Broadcom and Avago are one company. Now the websites > are integrated, too. Find all the product information > you need right here in one place. one can conclude that the file is not expected to appear there, so switching to mirror website https://ftp.videolan.org/contrib/crystalhd/ which hosts the same file.
Diffstat (limited to 'src/crystalhd.mk')
-rw-r--r--src/crystalhd.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crystalhd.mk b/src/crystalhd.mk
index f2752b1..ad7e31e 100644
--- a/src/crystalhd.mk
+++ b/src/crystalhd.mk
@@ -6,7 +6,7 @@ $(PKG)_VERSION := 1
$(PKG)_CHECKSUM := 818d72fdbebcfc0a449d9e39153370c80325f2490798f82f1ed98c6bb60bc18c
$(PKG)_SUBDIR := .
$(PKG)_FILE := crystalhd_lgpl_includes_v$($(PKG)_VERSION).zip
-$(PKG)_URL := http://www.broadcom.com/docs/support/$(PKG)/$($(PKG)_FILE)
+$(PKG)_URL := https://ftp.videolan.org/contrib/$(PKG)/$($(PKG)_FILE)
$(PKG)_DEPS := gcc
define $(PKG)_UPDATE