resources: Update mustache.js from 0.8.2-d9aa703 to v1.0.0
authorTimo Tijhof <krinklemail@gmail.com>
Sun, 23 Sep 2018 19:18:47 +0000 (20:18 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Sun, 23 Sep 2018 19:18:47 +0000 (20:18 +0100)
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
resources/lib/mustache/mustache.js

index 67beba3..1070d71 100644 (file)
@@ -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:
index dbc9823..c7ffbef 100644 (file)
   };
 
   mustache.name = "mustache.js";
-  mustache.version = "0.8.2";
+  mustache.version = "1.0.0";
   mustache.tags = [ "{{", "}}" ];
 
   // All high-level mustache.* functions use this writer.