From patchwork Mon Dec 16 08:35:11 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Dawson X-Patchwork-Id: 301540 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id E39882C009A for ; Mon, 16 Dec 2013 19:35:18 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id EFA1E81147; Mon, 16 Dec 2013 08:35:17 +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 UQ4ie+y0Df+d; Mon, 16 Dec 2013 08:35:17 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 440618145A; Mon, 16 Dec 2013 08:35:17 +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 2EC7F1BF9E6 for ; Mon, 16 Dec 2013 08:35:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 2B4078145A for ; Mon, 16 Dec 2013 08:35:16 +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 IXI68GBvuNAP for ; Mon, 16 Dec 2013 08:35:15 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f179.google.com (mail-we0-f179.google.com [74.125.82.179]) by whitealder.osuosl.org (Postfix) with ESMTPS id 70AF081146 for ; Mon, 16 Dec 2013 08:35:15 +0000 (UTC) Received: by mail-we0-f179.google.com with SMTP id q59so4320599wes.10 for ; Mon, 16 Dec 2013 00:35:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id; bh=Ax6q9hrl5TCzZnQ41rS91A3s9S8BZcn8G3xZz9YFwlM=; b=fBxFkVwpG9IlP+afmO3rZmD3Dlrz8bPWDWZZyihExwwuoORd4pTy5LEEXCJDuDMKQc hYHjN8GI0a+0nlbdSIVQjShyWsqFLEfuztajQLshGXVCTEw020JT/87AmExVmI1U5cfy KiuDYLxFPi1uQbDCBDP/QBYc2MqS+ET9DAqdnG87SNkT8uviAAU899vhEa4jQKGBJmSj ZpvZaPIz2NsxiwfrrxT3TMctDHr18sRqjbfdGJQOeFSv/vGBGbNid+aH0ofVruAxRcnz nRNqXmUZe2uO0sjyemMAVhq3WbCH5x4NzKTbyRIdTp/J4FH8jliA+ovSLf+X3sTNE+SU gm0g== X-Received: by 10.180.74.45 with SMTP id q13mr12144622wiv.47.1387182913916; Mon, 16 Dec 2013 00:35:13 -0800 (PST) Received: from percy.lan (host-92-24-119-175.ppp.as43234.net. [92.24.119.175]) by mx.google.com with ESMTPSA id x4sm23671359wif.0.2013.12.16.00.35.12 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 16 Dec 2013 00:35:13 -0800 (PST) From: spdawson@gmail.com To: buildroot@busybox.net Date: Mon, 16 Dec 2013 08:35:11 +0000 Message-Id: <1387182911-22846-1-git-send-email-spdawson@gmail.com> X-Mailer: git-send-email 1.8.3.2 Subject: [Buildroot] [PATCH] neard: bump version to 0.14 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/neard/neard.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/neard/neard.mk b/package/neard/neard.mk index 3b17c6a..54b8703 100644 --- a/package/neard/neard.mk +++ b/package/neard/neard.mk @@ -4,7 +4,7 @@ # ################################################################################ -NEARD_VERSION = 0.13 +NEARD_VERSION = 0.14 NEARD_SOURCE = neard-$(NEARD_VERSION).tar.xz NEARD_SITE = $(BR2_KERNEL_MIRROR)/linux/network/nfc NEARD_LICENSE = GPLv2