Merge pull request #1589 from LuaAndC/fix-crystalhd-url

crystalhd: change download URL to a mirror
This commit is contained in:
Boris Nagaev 2016-12-07 16:13:26 +00:00 committed by GitHub
commit 386c245252
1 changed files with 1 additions and 1 deletions

View File

@ -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