* [Buildroot] [PATCH] jquery-validation: bump to version 1.12.0
@ 2014-06-27 21:19 Gustavo Zacarias
2014-06-29 8:32 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Gustavo Zacarias @ 2014-06-27 21:19 UTC (permalink / raw)
To: buildroot
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>
---
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)
--
1.8.5.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] jquery-validation: bump to version 1.12.0
2014-06-27 21:19 [Buildroot] [PATCH] jquery-validation: bump to version 1.12.0 Gustavo Zacarias
@ 2014-06-29 8:32 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2014-06-29 8:32 UTC (permalink / raw)
To: buildroot
Dear Gustavo Zacarias,
On Fri, 27 Jun 2014 18:19:37 -0300, Gustavo Zacarias wrote:
> 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>
> ---
> package/jquery-validation/Config.in | 2 +-
> package/jquery-validation/jquery-validation.mk | 5 +++--
> 2 files changed, 4 insertions(+), 3 deletions(-)
Applied, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-06-29 8:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-27 21:19 [Buildroot] [PATCH] jquery-validation: bump to version 1.12.0 Gustavo Zacarias
2014-06-29 8:32 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox