jquery-validation: bump to version 1.12.0

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>
This commit is contained in:
Gustavo Zacarias 2014-06-27 18:19:37 -03:00 committed by Thomas Petazzoni
parent 7f35e32aab
commit 30cce702e7
2 changed files with 4 additions and 3 deletions

View File

@ -6,4 +6,4 @@ config BR2_PACKAGE_JQUERY_VALIDATION
your existing forms, while making all kinds of your existing forms, while making all kinds of
customizations to fit your application really easy. customizations to fit your application really easy.
http://bassistance.de/jquery-plugins/jquery-plugin-validation/ http://jqueryvalidation.org/

View File

@ -4,10 +4,11 @@
# #
################################################################################ ################################################################################
JQUERY_VALIDATION_VERSION = 1.11.1 JQUERY_VALIDATION_VERSION = 1.12.0
JQUERY_VALIDATION_SITE = http://jquery.bassistance.de/validate JQUERY_VALIDATION_SITE = http://jqueryvalidation.org/files
JQUERY_VALIDATION_SOURCE = jquery-validation-$(JQUERY_VALIDATION_VERSION).zip JQUERY_VALIDATION_SOURCE = jquery-validation-$(JQUERY_VALIDATION_VERSION).zip
JQUERY_VALIDATION_LICENSE = MIT JQUERY_VALIDATION_LICENSE = MIT
JQUERY_VALIDATION_LICENSE_FILES = README.md
define JQUERY_VALIDATION_EXTRACT_CMDS define JQUERY_VALIDATION_EXTRACT_CMDS
unzip -d $(@D) $(DL_DIR)/$(JQUERY_VALIDATION_SOURCE) unzip -d $(@D) $(DL_DIR)/$(JQUERY_VALIDATION_SOURCE)