diff --git a/README.md b/README.md index cca2b60..da1772a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # moodle-single-node-azure -Deploys Moodle 3.11.13 on a single node on Azure Cloud. +Deploys Moodle 3.11.14 on a single node on Azure Cloud. # Description This project deploys the following Azure resources: diff --git a/azure/scripts/install_moodle b/azure/scripts/install_moodle index a8ff6b4..10fc375 100644 --- a/azure/scripts/install_moodle +++ b/azure/scripts/install_moodle @@ -1,6 +1,6 @@ #!/bin/bash # -# Install Moodle 3.11.13 without any additional plugins on Ubuntu 20.04 LTS. +# Install Moodle 3.11.14 without any additional plugins on Ubuntu 20.04 LTS. # This script must be run as root (ex.: sudo sh [script_name]) # Style Guide: https://google.github.io/styleguide/shellguide.html @@ -278,8 +278,8 @@ function main() { # Ref.: https://download.moodle.org/releases/supported/ get_moodle_core \ - "https://download.moodle.org/download.php/direct/stable311/moodle-3.11.13.tgz" \ - "143df4aeb0dcfed64238674e339f1b75733423614e5be63c2ed035b1c944c916" \ + "https://download.moodle.org/download.php/direct/stable311/moodle-3.11.14.tgz" \ + "6a4cb241a8ef7a1c96300133bd065fefa7b4efa60379dc6a4ddb45b2f7562d50" \ "${MOODLE_DOCUMENT_ROOT_DIR_PATH}" logger::action "Updating file ownership on ${MOODLE_DOCUMENT_ROOT_DIR_PATH}..."