From patchwork Thu Sep 5 22:46:24 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sagaert Johan X-Patchwork-Id: 272995 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 C54BB2C00F1 for ; Fri, 6 Sep 2013 08:47:01 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id C5E61936B5; Thu, 5 Sep 2013 22:47:54 +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 XgSglBm4PFGT; Thu, 5 Sep 2013 22:47:53 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 8490F931E3; Thu, 5 Sep 2013 22:47:53 +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 8C6281BFAAC for ; Thu, 5 Sep 2013 22:46:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 831E78CBD3 for ; Thu, 5 Sep 2013 22:46:58 +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 Ix5c4bwfWUs3 for ; Thu, 5 Sep 2013 22:46:56 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailrelay009.isp.belgacom.be (mailrelay009.isp.belgacom.be [195.238.6.176]) by whitealder.osuosl.org (Postfix) with ESMTP id 67BE18CBD0 for ; Thu, 5 Sep 2013 22:46:56 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ag4IADwJKVJtgsMT/2dsb2JhbABbgwc1gzQBqnSTdIEoF3SDASNPSzeIBrpyjQ2BCIFLHYQHA5d1kWaDIjqBLA Received: from 19.195-130-109.adsl-dyn.isp.belgacom.be (HELO debian605.apex) ([109.130.195.19]) by relay.skynet.be with ESMTP; 06 Sep 2013 00:46:54 +0200 From: Sagaert Johan To: buildroot@busybox.net Date: Fri, 6 Sep 2013 00:46:24 +0200 Message-Id: <1378421184-9146-1-git-send-email-sagaert.johan@skynet.be> X-Mailer: git-send-email 1.8.3.2 Cc: Sagaert Johan Subject: [Buildroot] [PATCH 1/1] gsl : bump version to 1.16 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: Sagaert Johan Acked-by: Thomas Petazzoni --- package/gsl/gsl.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/gsl/gsl.mk b/package/gsl/gsl.mk index c32a0eb..08266d4 100644 --- a/package/gsl/gsl.mk +++ b/package/gsl/gsl.mk @@ -4,7 +4,7 @@ # ################################################################################ -GSL_VERSION = 1.15 +GSL_VERSION = 1.16 GSL_SOURCE = gsl-$(GSL_VERSION).tar.gz GSL_SITE = $(BR2_GNU_MIRROR)/gsl GSL_INSTALL_STAGING = YES