From patchwork Wed Oct 14 11:08:24 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Ignacy_Gaw=C4=99dzki?= X-Patchwork-Id: 1382061 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.136; helo=silver.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=green-communications.fr Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4CB8mb0HtJz9sVJ for ; Wed, 14 Oct 2020 22:08:47 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 26B342E4F2; Wed, 14 Oct 2020 11:08:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ahi0QgwfuLIu; Wed, 14 Oct 2020 11:08:32 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id A9D112E3B4; Wed, 14 Oct 2020 11:08:29 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id D61D51BF4E7 for ; Wed, 14 Oct 2020 11:08:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id D2E3E87D01 for ; Wed, 14 Oct 2020 11:08:28 +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 o69T7SCDWQSR for ; Wed, 14 Oct 2020 11:08:27 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.7.6 Received: from smtp6-g21.free.fr (smtp6-g21.free.fr [212.27.42.6]) by hemlock.osuosl.org (Postfix) with ESMTPS id BB0E087423 for ; Wed, 14 Oct 2020 11:08:27 +0000 (UTC) Received: from mail.qult.net (unknown [78.193.33.39]) by smtp6-g21.free.fr (Postfix) with ESMTPS id EDD5478039B for ; Wed, 14 Oct 2020 13:08:25 +0200 (CEST) Received: from zenon.in.qult.net ([192.168.64.1]) by mail.qult.net with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kSedt-00011B-LI for buildroot@buildroot.org; Wed, 14 Oct 2020 13:08:25 +0200 Received: from ig by zenon.in.qult.net with local (Exim 4.93) (envelope-from ) id 1kSeds-00BFyf-Vi for buildroot@buildroot.org; Wed, 14 Oct 2020 13:08:25 +0200 Date: Wed, 14 Oct 2020 13:08:24 +0200 From: Ignacy =?utf-8?b?R2F3xJlkemtp?= To: buildroot@buildroot.org Message-ID: <20201014110824.t4vdngnlp6dgtm6a@zenon.in.qult.net> MIME-Version: 1.0 Content-Disposition: inline Subject: [Buildroot] [PATCH 1/1] jquery: bump to version 3.5.1 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 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" Signed-off-by: Ignacy Gawędzki --- package/jquery/jquery.hash | 2 +- package/jquery/jquery.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/jquery/jquery.hash b/package/jquery/jquery.hash index ec43e7cd7a..e9ef56a46d 100644 --- a/package/jquery/jquery.hash +++ b/package/jquery/jquery.hash @@ -1,2 +1,2 @@ # Locally computed hashes, not provided by upstream -sha256 2ecd295d295bec062cedebe177e54b9d6b19fc0a841dc5c178c654c9ccff09c0 jquery-1.11.2.min.js +sha256 f7f6a5894f1d19ddad6fa392b2ece2c5e578cbf7da4ea805b6885eb6985b6e3d jquery-3.5.1.min.js diff --git a/package/jquery/jquery.mk b/package/jquery/jquery.mk index f75eded8b3..88ab84fa05 100644 --- a/package/jquery/jquery.mk +++ b/package/jquery/jquery.mk @@ -4,7 +4,7 @@ # ################################################################################ -JQUERY_VERSION = 1.11.2 +JQUERY_VERSION = 3.5.1 JQUERY_SITE = http://code.jquery.com JQUERY_SOURCE = jquery-$(JQUERY_VERSION).min.js JQUERY_LICENSE = MIT