From patchwork Thu Jul 11 10:40:25 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 258402 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 8AC532C0312 for ; Thu, 11 Jul 2013 20:41:09 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id BF7F08CB78; Thu, 11 Jul 2013 10:41:02 +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 fFh5WHcCuHRX; Thu, 11 Jul 2013 10:40:52 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 33A338CE5C; Thu, 11 Jul 2013 10:40:49 +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 447361BFA6F for ; Thu, 11 Jul 2013 10:40:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 87C188BA84 for ; Thu, 11 Jul 2013 10:40:42 +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 z1Xlvdycy3tB for ; Thu, 11 Jul 2013 10:40:40 +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 D0E248B689 for ; Thu, 11 Jul 2013 10:40:39 +0000 (UTC) Received: from asgard (host171.201-252-80.telecom.net.ar [201.252.80.171]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.7/8.14.7) with ESMTP id r6BAeX9h021289 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 11 Jul 2013 10:40:35 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1373539237; bh=upe0KvlIF/8VX8cIf0n97HcaO95GP8Aefk7S5bzQyWY=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=v6eVjp4VoppephsZFCFhEgXrc19jcvGTzF+762meiumqmYCHI9cXO0pdvEPVQsxq8 CFnU+Nx7k6hEoGeQa/fFGmiXkXwrshG9jIJFd27kz9MP2aOPLgIUXoVgE8VWCK4OXj yV4kh56hBSENPe79InRk1zhtZdVA30RAJYe/HG6c= Received: by asgard (sSMTP sendmail emulation); Thu, 11 Jul 2013 07:40:32 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Thu, 11 Jul 2013 07:40:25 -0300 Message-Id: <1373539225-30092-2-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.1.5 In-Reply-To: <1373539225-30092-1-git-send-email-gustavo@zacarias.com.ar> References: <1373539225-30092-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.97.7 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 2/2] jquery-sparkline: bump to version 2.1.2 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/jquery-sparkline/jquery-sparkline.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/jquery-sparkline/jquery-sparkline.mk b/package/jquery-sparkline/jquery-sparkline.mk index af05045..a81ce01 100644 --- a/package/jquery-sparkline/jquery-sparkline.mk +++ b/package/jquery-sparkline/jquery-sparkline.mk @@ -4,7 +4,7 @@ # ################################################################################ -JQUERY_SPARKLINE_VERSION = 2.1.1 +JQUERY_SPARKLINE_VERSION = 2.1.2 JQUERY_SPARKLINE_SITE = http://www.omnipotent.net/jquery.sparkline/$(JQUERY_SPARKLINE_VERSION) JQUERY_SPARKLINE_SOURCE = jquery.sparkline.min.js JQUERY_SPARKLINE_LICENSE = BSD-3c