From patchwork Mon Feb 4 12:25:17 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 217892 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 68F7F2C02AD for ; Mon, 4 Feb 2013 23:25:34 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 2B233A0199; Mon, 4 Feb 2013 12:25:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oTSuvW4h5EJ8; Mon, 4 Feb 2013 12:25:30 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 6CFE0A00ED; Mon, 4 Feb 2013 12:25:30 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 1EF538F753 for ; Mon, 4 Feb 2013 12:25:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id D82C38A66F for ; Mon, 4 Feb 2013 12:25:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pAEpfCnbIwqM for ; Mon, 4 Feb 2013 12:25:25 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [78.46.79.162]) by whitealder.osuosl.org (Postfix) with ESMTPS id 845888A703 for ; Mon, 4 Feb 2013 12:25:25 +0000 (UTC) Received: from asgard (host132.190-136-125.telecom.net.ar [190.136.125.132]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.6/8.14.6) with ESMTP id r14CPIcr006318 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 4 Feb 2013 12:25:21 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1359980723; bh=KWaiEIE4omX2ZJxvWEoi5eCYlOsXVpUkv6KD4aGwdIA=; h=From:To:Cc:Subject:Date; b=UhG/DyIAkCNl1CZqkYNf4bkDXshbRrh7ZogTnsDWKUFK/RunZRLfNYUeDs8viRw13 kO5s6TiCjIRYKlv0JTcT6CBtgYEwOpkWvE6EbI+yra+pKlFx/gV5AS8wlTLIKDvLSn qJXM6hz3C0bTJcCyUH5EAYaQM0j73kpp8w/ARbIE= Received: by asgard (sSMTP sendmail emulation); Mon, 04 Feb 2013 09:25:18 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Mon, 4 Feb 2013 09:25:17 -0300 Message-Id: <1359980717-9587-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.12.4 X-Virus-Scanned: clamav-milter 0.97.5 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH] uboot-tools: also bump to 2013.01.01 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Gustavo Zacarias --- package/uboot-tools/uboot-tools.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/uboot-tools/uboot-tools.mk b/package/uboot-tools/uboot-tools.mk index 3470b60..9d7596a 100644 --- a/package/uboot-tools/uboot-tools.mk +++ b/package/uboot-tools/uboot-tools.mk @@ -3,7 +3,7 @@ # uboot-tools # ############################################################# -UBOOT_TOOLS_VERSION = 2013.01 +UBOOT_TOOLS_VERSION = 2013.01.01 UBOOT_TOOLS_SOURCE = u-boot-$(UBOOT_TOOLS_VERSION).tar.bz2 UBOOT_TOOLS_SITE = ftp://ftp.denx.de/pub/u-boot UBOOT_TOOLS_LICENSE = GPLv2+