From fb6e143ca340cb01579edba87f4e9d7d1be42aed Mon Sep 17 00:00:00 2001 From: Adrian Greeve Date: Fri, 6 Oct 2017 13:53:35 +0800 Subject: [PATCH 1/1] MDL-60286 lib: Moodle changes to mustache upgrade --- lib/mustache/readme_moodle.txt | 6 +++--- lib/thirdpartylibs.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/mustache/readme_moodle.txt b/lib/mustache/readme_moodle.txt index 27e56b4f9fc..6bc4acffe4f 100644 --- a/lib/mustache/readme_moodle.txt +++ b/lib/mustache/readme_moodle.txt @@ -6,8 +6,8 @@ at https://github.com/bobthecow/mustache.php/releases) 2) Move the src/ and LICENSE file into lib/mustache e.g. -wget https://github.com/bobthecow/mustache.php/archive/v2.11.1.zip -unzip v2.11.1.zip -cd mustache.php-2.11.1/ +wget https://github.com/bobthecow/mustache.php/archive/v2.12.0.zip +unzip v2.12.0.zip +cd mustache.php-2.12.0/ mv src /path/to/moodle/lib/mustache/ mv LICENSE /path/to/moodle/lib/mustache/ diff --git a/lib/thirdpartylibs.xml b/lib/thirdpartylibs.xml index ce97f483e9b..4d0b4e4068f 100644 --- a/lib/thirdpartylibs.xml +++ b/lib/thirdpartylibs.xml @@ -227,7 +227,7 @@ mustache Mustache MIT - 2.11.1 + 2.12.0 amd/src/mustache.js -- 2.43.0