From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from smtprelay01.ispgateway.de ([80.67.29.23]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1WdgMY-0000HI-N6 for ptxdist@pengutronix.de; Fri, 25 Apr 2014 15:40:23 +0200 From: Markus Niebel Date: Fri, 25 Apr 2014 15:50:28 +0200 Message-Id: <1398433828-12128-1-git-send-email-list-09_ptxdist@tqsc.de> Subject: [ptxdist] [PATCH] mbw: version bump 1.1 -> 1.4 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 From: Markus Niebel Also update url since development is now done under github. The new version fixes some bugs that lead to wrong results. Signed-off-by: Markus Niebel --- rules/mbw.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/mbw.make b/rules/mbw.make index 6278fef..50226f7 100644 --- a/rules/mbw.make +++ b/rules/mbw.make @@ -17,11 +17,11 @@ PACKAGES-$(PTXCONF_MBW) += mbw # # Paths and names # -MBW_VERSION := 1.1-1 -MBW_MD5 := 4509f034b22aec5001e1402e53353f8e +MBW_VERSION := 1.4 +MBW_MD5 := 83b5dfbcdc2d5e4f332ce56135f0a587 MBW := mbw-$(MBW_VERSION) MBW_SUFFIX := tar.gz -MBW_URL := http://www.sourcefiles.org/Miscellaneous/$(MBW).$(MBW_SUFFIX) +MBW_URL := https://github.com/raas/mbw/releases/download/v1.4/$(MBW).$(MBW_SUFFIX) MBW_SOURCE := $(SRCDIR)/$(MBW).$(MBW_SUFFIX) MBW_DIR := $(BUILDDIR)/$(MBW) -- 1.7.9.5 -- ptxdist mailing list ptxdist@pengutronix.de