From patchwork Tue Nov 3 22:34:34 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hannu Nyman X-Patchwork-Id: 539628 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from arrakis.dune.hu (arrakis.dune.hu [78.24.191.176]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 6D1381402D4 for ; Wed, 4 Nov 2015 09:34:54 +1100 (AEDT) Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 31AD228B89E; Tue, 3 Nov 2015 23:32:56 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on arrakis.dune.hu X-Spam-Level: X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00 autolearn=unavailable version=3.3.2 Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 4A58328A98D for ; Tue, 3 Nov 2015 23:32:52 +0100 (CET) X-policyd-weight: using cached result; rate: -5.5 Received: from filtteri5.pp.htv.fi (filtteri5.pp.htv.fi [213.243.153.188]) by arrakis.dune.hu (Postfix) with ESMTP for ; Tue, 3 Nov 2015 23:32:51 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by filtteri5.pp.htv.fi (Postfix) with ESMTP id BF01D5A70B3; Wed, 4 Nov 2015 00:34:22 +0200 (EET) X-Virus-Scanned: Debian amavisd-new at pp.htv.fi Received: from smtp4.welho.com ([213.243.153.38]) by localhost (filtteri5.pp.htv.fi [213.243.153.188]) (amavisd-new, port 10024) with ESMTP id zHTkjAvTcnaP; Wed, 4 Nov 2015 00:34:19 +0200 (EET) Received: from localhost.localdomain (87-100-236-80.bb.dnainternet.fi [87.100.236.80]) by smtp4.welho.com (Postfix) with ESMTP id 21B055BC012; Wed, 4 Nov 2015 00:34:36 +0200 (EET) From: Hannu Nyman To: openwrt-devel@lists.openwrt.org Date: Wed, 4 Nov 2015 00:34:34 +0200 Message-Id: <1446590074-23821-1-git-send-email-hannu.nyman@iki.fi> X-Mailer: git-send-email 2.5.0 Cc: Hannu Nyman Subject: [OpenWrt-Devel] [PATCH] tools/mm-macros: update to 0.9.8 X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: OpenWrt Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: openwrt-devel-bounces@lists.openwrt.org Sender: "openwrt-devel" Update mm-macros to 0.9.8. Add a secondary download location. Signed-off-by: Hannu Nyman --- tools/mm-macros/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tools/mm-macros/Makefile b/tools/mm-macros/Makefile index 94ce0de..546e3be 100644 --- a/tools/mm-macros/Makefile +++ b/tools/mm-macros/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2010-2013 OpenWrt.org +# Copyright (C) 2010-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,11 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mm-macros -PKG_VERSION:=0.9.7 +PKG_VERSION:=0.9.8 -PKG_SOURCE_URL:=http://ftp.gnome.org/pub/GNOME/sources/mm-common/0.9 +PKG_SOURCE_URL:=http://ftp.gnome.org/pub/GNOME/sources/mm-common/0.9 \ + http://www.mirrorservice.org/sites/ftp.gnome.org/pub/GNOME/sources/mm-common/0.9/ PKG_SOURCE:=mm-common-$(PKG_VERSION).tar.xz -PKG_MD5SUM:=a8b7c11db81a72168bf38d88d97df686 +PKG_MD5SUM:=00fd5c6850cd5fecc2e02b04d0dd1637 HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/mm-common-$(PKG_VERSION)