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