From patchwork Tue Nov 3 22:34:43 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hannu Nyman X-Patchwork-Id: 539629 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 486F51402D5 for ; Wed, 4 Nov 2015 09:35:34 +1100 (AEDT) Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id DE9E828BF00; Tue, 3 Nov 2015 23:33:15 +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 CB87D28BE30 for ; Tue, 3 Nov 2015 23:33:09 +0100 (CET) X-policyd-weight: using cached result; rate: -5.5 Received: from filtteri2.pp.htv.fi (filtteri2.pp.htv.fi [213.243.153.185]) by arrakis.dune.hu (Postfix) with ESMTP for ; Tue, 3 Nov 2015 23:33:05 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by filtteri2.pp.htv.fi (Postfix) with ESMTP id 1744419C0D4; Wed, 4 Nov 2015 00:34:48 +0200 (EET) X-Virus-Scanned: Debian amavisd-new at pp.htv.fi Received: from smtp5.welho.com ([213.243.153.39]) by localhost (filtteri2.pp.htv.fi [213.243.153.185]) (amavisd-new, port 10024) with ESMTP id nIJM2xG-oSl7; Wed, 4 Nov 2015 00:34:44 +0200 (EET) Received: from localhost.localdomain (87-100-236-80.bb.dnainternet.fi [87.100.236.80]) by smtp5.welho.com (Postfix) with ESMTP id 7A1145BC004; Wed, 4 Nov 2015 00:34:44 +0200 (EET) From: Hannu Nyman To: openwrt-devel@lists.openwrt.org Date: Wed, 4 Nov 2015 00:34:43 +0200 Message-Id: <1446590083-23871-1-git-send-email-hannu.nyman@iki.fi> X-Mailer: git-send-email 2.5.0 Cc: Hannu Nyman Subject: [OpenWrt-Devel] [PATCH] tools/scons: update to 2.4.0 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 scons to 2.4.0. Change mirror (as the previous one is missing the current version). Signed-off-by: Hannu Nyman --- tools/scons/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/scons/Makefile b/tools/scons/Makefile index bf7559b..3ea5d13 100644 --- a/tools/scons/Makefile +++ b/tools/scons/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2011-2014 OpenWrt.org +# Copyright (C) 2011-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=scons -PKG_VERSION:=2.3.5 +PKG_VERSION:=2.4.0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/scons \ - http://ftp.osuosl.org/pub/blfs/conglomeration/scons/ -PKG_MD5SUM:=8b0d1041266f89b18e47f26d943f8aa5 + http://fossies.org/linux/misc/ +PKG_MD5SUM:=504d8c2fa426204fe399d239d580b55c include $(INCLUDE_DIR)/host-build.mk