All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] jquery-validation: bump to version 1.12.0
@ 2014-06-29  8:31 Thomas Petazzoni
  0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni @ 2014-06-29  8:31 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=30cce702e7d605048130149e68989c5a52ca5b09
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Switch homepage and upstream source, add license file (just mentions
it's under MIT, better than none). Also fixes:
http://autobuild.buildroot.net/results/a2e/a2ed2efe09b12612247a21c5fa3c129f58c9afd8/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/jquery-validation/Config.in            |    2 +-
 package/jquery-validation/jquery-validation.mk |    5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/package/jquery-validation/Config.in b/package/jquery-validation/Config.in
index 2a764c1..ab2ee26 100644
--- a/package/jquery-validation/Config.in
+++ b/package/jquery-validation/Config.in
@@ -6,4 +6,4 @@ config BR2_PACKAGE_JQUERY_VALIDATION
 	  your existing forms, while making all kinds of
 	  customizations to fit your application really easy.
 
-	  http://bassistance.de/jquery-plugins/jquery-plugin-validation/
+	  http://jqueryvalidation.org/
diff --git a/package/jquery-validation/jquery-validation.mk b/package/jquery-validation/jquery-validation.mk
index a39560b..ca8cbdc 100644
--- a/package/jquery-validation/jquery-validation.mk
+++ b/package/jquery-validation/jquery-validation.mk
@@ -4,10 +4,11 @@
 #
 ################################################################################
 
-JQUERY_VALIDATION_VERSION = 1.11.1
-JQUERY_VALIDATION_SITE = http://jquery.bassistance.de/validate
+JQUERY_VALIDATION_VERSION = 1.12.0
+JQUERY_VALIDATION_SITE = http://jqueryvalidation.org/files
 JQUERY_VALIDATION_SOURCE = jquery-validation-$(JQUERY_VALIDATION_VERSION).zip
 JQUERY_VALIDATION_LICENSE = MIT
+JQUERY_VALIDATION_LICENSE_FILES = README.md
 
 define JQUERY_VALIDATION_EXTRACT_CMDS
 	unzip -d $(@D) $(DL_DIR)/$(JQUERY_VALIDATION_SOURCE)

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-06-29  8:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-29  8:31 [Buildroot] [git commit] jquery-validation: bump to version 1.12.0 Thomas Petazzoni

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.