mirror of
https://github.com/YunoHost-Apps/moodle_ynh.git
synced 2024-09-03 19:46:23 +02:00
Update manifest.toml
This commit is contained in:
parent
30504b0d8a
commit
35f389a11c
1 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@ name = "Moodle"
|
||||||
description.en = "Online learning platform"
|
description.en = "Online learning platform"
|
||||||
description.fr = "Plateforme d'apprentissage en ligne"
|
description.fr = "Plateforme d'apprentissage en ligne"
|
||||||
|
|
||||||
version = "4.1.2~ynh1"
|
version = "4.2.0~ynh1"
|
||||||
|
|
||||||
maintainers = ["Anmol Sharma"]
|
maintainers = ["Anmol Sharma"]
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ admindoc = "https://docs.moodle.org/400/en/Main_page"
|
||||||
code = "https://github.com/moodle/moodle"
|
code = "https://github.com/moodle/moodle"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.17"
|
yunohost = ">= 11.1.18"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
ldap = true
|
ldap = true
|
||||||
|
@ -53,8 +53,8 @@ ram.runtime = "50M"
|
||||||
[resources.sources]
|
[resources.sources]
|
||||||
|
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/moodle/moodle/archive/v4.1.2.zip"
|
url = "https://github.com/moodle/moodle/archive/v4.2.0.zip"
|
||||||
sha256 = "395523c8a81203636dfe74e8daaa9f98dc5268576728ef01d7fcc5a1753cc13a"
|
sha256 = "d74c96795d969a403356ef5f313de61effb5a188ca88690be3c7af5f57eb20e8"
|
||||||
autoupdate.strategy = "latest_github_tag"
|
autoupdate.strategy = "latest_github_tag"
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
|
Loading…
Add table
Reference in a new issue