From patchwork Thu Jul 17 09:33:56 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sagaert Johan X-Patchwork-Id: 371037 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 C9311140085 for ; Thu, 17 Jul 2014 19:34:13 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id B9D7387A45; Thu, 17 Jul 2014 09:34:11 +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 lcBVBygdZ4Fl; Thu, 17 Jul 2014 09:34:09 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id B1E5387B3A; Thu, 17 Jul 2014 09:34:09 +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 63A611C235D for ; Thu, 17 Jul 2014 09:34:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 5D8788B5B3 for ; Thu, 17 Jul 2014 09:34:08 +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 P3pxqsVHpmcN for ; Thu, 17 Jul 2014 09:34:06 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailrelay005.isp.belgacom.be (mailrelay005.isp.belgacom.be [195.238.6.171]) by whitealder.osuosl.org (Postfix) with ESMTP id 601F38B371 for ; Thu, 17 Jul 2014 09:34:06 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjUJAP6Xx1NtghQD/2dsb2JhbABYgw5SVwHDOIdCgQcXdoUDT0s3iEYBCME0jmdkHYQwBZsfgUySYINGOy+BAw Received: from 3.20-130-109.adsl-dyn.isp.belgacom.be (HELO debian605.apex) ([109.130.20.3]) by relay.skynet.be with ESMTP; 17 Jul 2014 11:34:04 +0200 From: Sagaert Johan To: buildroot@busybox.net Date: Thu, 17 Jul 2014 11:33:56 +0200 Message-Id: <1405589636-5949-1-git-send-email-sagaert.johan@skynet.be> X-Mailer: git-send-email 2.0.1 Cc: Sagaert Johan Subject: [Buildroot] [PATCH 1/1] jquery-mobile : bump to version 1.4.3 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 --- package/jquery-mobile/jquery-mobile.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/jquery-mobile/jquery-mobile.mk b/package/jquery-mobile/jquery-mobile.mk index 6d17188..3a634ed 100644 --- a/package/jquery-mobile/jquery-mobile.mk +++ b/package/jquery-mobile/jquery-mobile.mk @@ -4,7 +4,7 @@ # ################################################################################ -JQUERY_MOBILE_VERSION = 1.4.2 +JQUERY_MOBILE_VERSION = 1.4.3 JQUERY_MOBILE_SITE = http://jquerymobile.com/resources/download JQUERY_MOBILE_SOURCE = jquery.mobile-$(JQUERY_MOBILE_VERSION).zip JQUERY_MOBILE_LICENSE = MIT