From 927f8d26908960365a7315eef1662b2f5e10a561 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Thu, 18 Dec 2014 15:04:12 -0300 Subject: [PATCH] jquery: bump to version 1.11.2 Also add hash file. Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- package/jquery/jquery.hash | 2 ++ package/jquery/jquery.mk | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 package/jquery/jquery.hash diff --git a/package/jquery/jquery.hash b/package/jquery/jquery.hash new file mode 100644 index 0000000000..ec43e7cd7a --- /dev/null +++ b/package/jquery/jquery.hash @@ -0,0 +1,2 @@ +# Locally computed hashes, not provided by upstream +sha256 2ecd295d295bec062cedebe177e54b9d6b19fc0a841dc5c178c654c9ccff09c0 jquery-1.11.2.min.js diff --git a/package/jquery/jquery.mk b/package/jquery/jquery.mk index 17d3e8b654..363ee09633 100644 --- a/package/jquery/jquery.mk +++ b/package/jquery/jquery.mk @@ -4,7 +4,7 @@ # ################################################################################ -JQUERY_VERSION = 1.11.1 +JQUERY_VERSION = 1.11.2 JQUERY_SITE = http://code.jquery.com JQUERY_SOURCE = jquery-$(JQUERY_VERSION).min.js JQUERY_LICENSE = MIT