All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] jquery: bump to version 1.11.2
@ 2014-12-18 18:04 Gustavo Zacarias
  2014-12-18 21:54 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Gustavo Zacarias @ 2014-12-18 18:04 UTC (permalink / raw)
  To: buildroot

Also add hash file.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 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 0000000..ec43e7c
--- /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 17d3e8b..363ee09 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
-- 
2.0.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] jquery: bump to version 1.11.2
  2014-12-18 18:04 [Buildroot] [PATCH] jquery: bump to version 1.11.2 Gustavo Zacarias
@ 2014-12-18 21:54 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2014-12-18 21:54 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Also add hash file.
 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-12-18 21:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-18 18:04 [Buildroot] [PATCH] jquery: bump to version 1.11.2 Gustavo Zacarias
2014-12-18 21:54 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.