diff mbox

[1/1] package/jquery-validation: bump version to 1.14.0, added hash

Message ID 1454150170-18585-1-git-send-email-bernd.kuhls@t-online.de
State Accepted
Headers show

Commit Message

Bernd Kuhls Jan. 30, 2016, 10:36 a.m. UTC
This patch also fixes the broken download of the previous version.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/jquery-validation/jquery-validation.hash | 2 ++
 package/jquery-validation/jquery-validation.mk   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)
 create mode 100644 package/jquery-validation/jquery-validation.hash

Comments

Thomas Petazzoni Feb. 7, 2016, 3:16 p.m. UTC | #1
Dear Bernd Kuhls,

On Sat, 30 Jan 2016 11:36:10 +0100, Bernd Kuhls wrote:
> This patch also fixes the broken download of the previous version.
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/jquery-validation/jquery-validation.hash | 2 ++
>  package/jquery-validation/jquery-validation.mk   | 2 +-
>  2 files changed, 3 insertions(+), 1 deletion(-)
>  create mode 100644 package/jquery-validation/jquery-validation.hash

Applied, thanks.

Thomas
diff mbox

Patch

diff --git a/package/jquery-validation/jquery-validation.hash b/package/jquery-validation/jquery-validation.hash
new file mode 100644
index 0000000..61c16cf
--- /dev/null
+++ b/package/jquery-validation/jquery-validation.hash
@@ -0,0 +1,2 @@ 
+# Locally computed
+sha256	14efe6f1784ef6e97116b15c77b04b7e8f47ec07b1479bcd6fa0b081faa19440	jquery-validation-1.14.0.zip
diff --git a/package/jquery-validation/jquery-validation.mk b/package/jquery-validation/jquery-validation.mk
index b496b0a..10d2a92 100644
--- a/package/jquery-validation/jquery-validation.mk
+++ b/package/jquery-validation/jquery-validation.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-JQUERY_VALIDATION_VERSION = 1.12.0
+JQUERY_VALIDATION_VERSION = 1.14.0
 JQUERY_VALIDATION_SITE = http://jqueryvalidation.org/files
 JQUERY_VALIDATION_SOURCE = jquery-validation-$(JQUERY_VALIDATION_VERSION).zip
 JQUERY_VALIDATION_LICENSE = MIT