From patchwork Mon Oct 7 05:26:28 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Axel Lin X-Patchwork-Id: 280923 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 25FDF2C00AA for ; Mon, 7 Oct 2013 16:26:37 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 46D4F8B645; Mon, 7 Oct 2013 05:26:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VBeuyEvnDEcK; Mon, 7 Oct 2013 05:26:35 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 927118B632; Mon, 7 Oct 2013 05:26:35 +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 EFC711BF9A9 for ; Mon, 7 Oct 2013 05:26:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id EA32E8C0EF for ; Mon, 7 Oct 2013 05:26:34 +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 cRx58vTxwq7H for ; Mon, 7 Oct 2013 05:26:34 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pa0-f47.google.com (mail-pa0-f47.google.com [209.85.220.47]) by whitealder.osuosl.org (Postfix) with ESMTPS id 440D78C0AE for ; Mon, 7 Oct 2013 05:26:34 +0000 (UTC) Received: by mail-pa0-f47.google.com with SMTP id kp14so6716442pab.20 for ; Sun, 06 Oct 2013 22:26:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:subject:from:to:cc:date:content-type :mime-version:content-transfer-encoding; bh=H9rZ6a4Tlj+QZlLF3Uc1fy6t7rYbtifNPYqILaqFmTU=; b=gUGvw7jnHJii8AqX/4rWZl5S5B/4EgLHUucP4xhMGL6ArPibT7KTrb9D53WbPuoMm/ UuELcnBDJ12l9KJTd4lbHfqbpqMi9suC2LCUr4s12igGhVyBgu8eeA8ZnjmQWzHKr7+H 77TTae6dGkWnBTivlxg22NMn1N8LPOPRpmGYWHYwW9X5+zESG/uw5xNc3VdRsDugNOA9 ElKBBzupmC9iQSf+nAXam0Tf6bYY2wO9MjI+WG7QnIiMagEB6UrtnR1cq5c3gO5PqLEh 1kMf097rWwUXC1NRyAM+KvvN9p6sD6GvSWQvY8xDcwHE85O9fz6pnOekYb/0I+6m+uGs S++A== X-Gm-Message-State: ALoCoQnX6fgqBNMruAoGvR2zlp7a5LBWy/LWXa6fLKNQ2vYUSpOB5OydEKYesU8qL5/B49nFz2ew X-Received: by 10.68.125.226 with SMTP id mt2mr20761876pbb.115.1381123593542; Sun, 06 Oct 2013 22:26:33 -0700 (PDT) Received: from [192.168.1.108] (111-240-44-252.dynamic.hinet.net. [111.240.44.252]) by mx.google.com with ESMTPSA id j9sm36536708paj.18.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 06 Oct 2013 22:26:33 -0700 (PDT) Message-ID: <1381123588.28461.1.camel@phoenix> From: Axel Lin To: Peter Korsgaard Date: Mon, 07 Oct 2013 13:26:28 +0800 X-Mailer: Evolution 3.6.4-0ubuntu1 Mime-Version: 1.0 Cc: buildroot@busybox.net Subject: [Buildroot] [PATCH] gtest: bump to version 1.7.0 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: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Axel Lin --- package/gtest/gtest.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/gtest/gtest.mk b/package/gtest/gtest.mk index 52028f5..60aeb49 100644 --- a/package/gtest/gtest.mk +++ b/package/gtest/gtest.mk @@ -4,7 +4,7 @@ # ################################################################################ -GTEST_VERSION = 1.6.0 +GTEST_VERSION = 1.7.0 GTEST_SOURCE = gtest-$(GTEST_VERSION).zip GTEST_SITE = http://googletest.googlecode.com/files/ GTEST_INSTALL_STAGING = YES