From 137bba78efb532b1216faeff33685a52c54081fe Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Sun, 23 Sep 2018 20:18:47 +0100 Subject: [PATCH] resources: Update mustache.js from 0.8.2-d9aa703 to v1.0.0 Upstream commit 'd9aa703' is the commit right before the tagging of v1.0.0. The only difference is the version string. Change-Id: Icf7b7abacac583984977183da6f93f5fd02404fa --- maintenance/resources/foreign-resources.yaml | 6 +++--- resources/lib/mustache/mustache.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/maintenance/resources/foreign-resources.yaml b/maintenance/resources/foreign-resources.yaml index 67beba3991..1070d71838 100644 --- a/maintenance/resources/foreign-resources.yaml +++ b/maintenance/resources/foreign-resources.yaml @@ -71,10 +71,10 @@ mustache: type: multi-file files: mustache.js: - src: https://raw.githubusercontent.com/janl/mustache.js/d9aa70301432214ffe3c665a1d961fab705179c4/mustache.js - integrity: sha384-P2daDexXWeaWn28b70xr3OnPcWr/HxLvsNeC5OhLFATmDPQ+sNWIC+s8eCh1+F6Q + src: https://raw.githubusercontent.com/janl/mustache.js/v1.0.0/mustache.js + integrity: sha384-k2UYqmzoiq/qgIzZvcYBxbXQW4YdPAsXDOTkHTGb9TCZ9sjCkyT4TlaUN0wQRkql LICENSE: - src: https://raw.githubusercontent.com/janl/mustache.js/d9aa70301432214ffe3c665a1d961fab705179c4/LICENSE + src: https://raw.githubusercontent.com/janl/mustache.js/v1.0.0/LICENSE integrity: sha384-MYVwXwula9+YkyXexOJVZ0v0DaVvG22uX57mNq5Di+7u8OH9EG9q3yuXkp1Iehiq oojs: diff --git a/resources/lib/mustache/mustache.js b/resources/lib/mustache/mustache.js index dbc9823195..c7ffbef007 100644 --- a/resources/lib/mustache/mustache.js +++ b/resources/lib/mustache/mustache.js @@ -525,7 +525,7 @@ }; mustache.name = "mustache.js"; - mustache.version = "0.8.2"; + mustache.version = "1.0.0"; mustache.tags = [ "{{", "}}" ]; // All high-level mustache.* functions use this writer. -- 2.20.1