From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: From: Markus Niebel Date: Tue, 1 Oct 2013 16:10:02 +0200 Message-Id: <1380636602-32277-1-git-send-email-list-09_ptxdist@tqsc.de> Subject: [ptxdist] [PATCH] mbw: update url Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Cc: Markus Niebel , m.olbrich@pengutronix.de From: Markus Niebel Original URL is not longer reachable. Fix URL where the tarball could be found. Signed-off-by: Markus Niebel --- rules/mbw.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/mbw.make b/rules/mbw.make index 30f62a0..6278fef 100644 --- a/rules/mbw.make +++ b/rules/mbw.make @@ -21,7 +21,7 @@ MBW_VERSION := 1.1-1 MBW_MD5 := 4509f034b22aec5001e1402e53353f8e MBW := mbw-$(MBW_VERSION) MBW_SUFFIX := tar.gz -MBW_URL := http://ahorvath.web.cern.ch/ahorvath/mbw/$(MBW).$(MBW_SUFFIX) +MBW_URL := http://www.sourcefiles.org/Miscellaneous/$(MBW).$(MBW_SUFFIX) MBW_SOURCE := $(SRCDIR)/$(MBW).$(MBW_SUFFIX) MBW_DIR := $(BUILDDIR)/$(MBW) -- 1.7.9.5 -- ptxdist mailing list ptxdist@pengutronix.de