From patchwork Thu Aug 2 08:09:53 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Dawson X-Patchwork-Id: 174698 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 AAAA12C0079 for ; Thu, 2 Aug 2012 18:10:17 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id F2F54A059C; Thu, 2 Aug 2012 08:10:15 +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 Magggd4u183S; Thu, 2 Aug 2012 08:10:14 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 3BFB6A0591; Thu, 2 Aug 2012 08:10:14 +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 632848F797 for ; Thu, 2 Aug 2012 08:10:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 27F548D4B3 for ; Thu, 2 Aug 2012 08:10:12 +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 x7vrK6t33bhf for ; Thu, 2 Aug 2012 08:09:58 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ee0-f43.google.com (mail-ee0-f43.google.com [74.125.83.43]) by whitealder.osuosl.org (Postfix) with ESMTPS id 3E4D88D10E for ; Thu, 2 Aug 2012 08:09:58 +0000 (UTC) Received: by eekd4 with SMTP id d4so3357446eek.16 for ; Thu, 02 Aug 2012 01:09:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:x-mailer; bh=3YA//VPtVhAaOINgVdQ7Dsq+9yIzGI0cjk+q5PpJG3s=; b=EipGIfydC1rWdoIv++zkrqFx8DYX3aTjkJpA6Y+aBA6QAvTiySGSdui0jceBQxO3jc LS52oWwUBGr9Rvv4ZgJ3U3m6nWesilAyqXiFTUeCOIW8WetbMq4BYNpIz9L5COEnySQu oHYg1cqw5Tnk5lCcxKo53fHTkJIFHNqa7gIyMBlneJr0JMRQT1/wFdmF07vp557lR6SK TrW5pB3+sn4dWA/olLZ6IhI1BLp67gyoFLG89lN0fmOLwTKr9enwSQaexpheAQuH+oIN RBE4ZTa4LCTuyYo5v6DqqiHrcTkYiDHfLb4uQCiBelv+2JTeYGx9ebS0GzSvaMPnw7m3 qqgw== Received: by 10.14.204.72 with SMTP id g48mr19225469eeo.45.1343894996403; Thu, 02 Aug 2012 01:09:56 -0700 (PDT) Received: from percy.train.local ([213.170.149.177]) by mx.google.com with ESMTPS id j4sm15143212eeo.11.2012.08.02.01.09.54 (version=SSLv3 cipher=OTHER); Thu, 02 Aug 2012 01:09:55 -0700 (PDT) From: spdawson@gmail.com To: buildroot@busybox.net Date: Thu, 2 Aug 2012 09:09:53 +0100 Message-Id: <1343894993-3603-1-git-send-email-spdawson@gmail.com> X-Mailer: git-send-email 1.7.9.5 Subject: [Buildroot] [PATCH] sam-ba: bump version to 2.12 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 From: Simon Dawson Signed-off-by: Simon Dawson --- package/sam-ba/sam-ba.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/sam-ba/sam-ba.mk b/package/sam-ba/sam-ba.mk index 9f39347..067bdf1 100644 --- a/package/sam-ba/sam-ba.mk +++ b/package/sam-ba/sam-ba.mk @@ -1,5 +1,5 @@ SAM_BA_SITE = http://www.atmel.com/dyn/resources/prod_documents/ -SAM_BA_VERSION = 2.11 +SAM_BA_VERSION = 2.12 SAM_BA_SOURCE = sam-ba_$(SAM_BA_VERSION).zip define HOST_SAM_BA_EXTRACT_CMDS