1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grav_ynh.git synced 2024-09-03 19:16:01 +02:00

Upgrade to v1.7.21

This commit is contained in:
yunohost-bot 2021-09-15 06:07:13 +00:00 committed by tituspijean
parent c3c84311cc
commit 56640bc760
3 changed files with 90 additions and 84 deletions

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/getgrav/grav/releases/download/1.7.10/grav-update-v1.7.10.zip SOURCE_URL=https://github.com/getgrav/grav/releases/download/1.7.21/grav-update-v1.7.21.zip
SOURCE_SUM=91F704B33C8BA8FBB5A0981DE70B92CD52BD8F833B3AFB53F98BF66CE04C2123 SOURCE_SUM=0d198310631f522c02c76d0635b930e93d4b419ddd6708187514b1572fe56363
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/getgrav/grav/releases/download/1.7.17/grav-admin-v1.7.17.zip SOURCE_URL=https://github.com/getgrav/grav/releases/download/1.7.21/grav-admin-v1.7.21.zip
SOURCE_SUM=434833c6f604ff8ad38f0c58932dbdc99c61b498f16a883dae946017abd286ce SOURCE_SUM=ec11419294d8f0f30a3b0ed6c5c8de0eba94ec0f5e93f4b5e3d9c9e487142b18
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true

View file

@ -1,82 +1,88 @@
{ {
"name": "Grav", "name": "Grav",
"id": "grav", "id": "grav",
"packaging_format": 1, "packaging_format": 1,
"description": { "description": {
"en": "A modern open source flat-file CMS", "en": "A modern open source flat-file CMS",
"fr": "Un CMS moderne basé sur des fichiers plats" "fr": "Un CMS moderne basé sur des fichiers plats"
}, },
"version": "1.7.17~ynh1", "version": "1.7.21~ynh1",
"url": "https://www.getgrav.org/", "url": "https://www.getgrav.org/",
"upstream": { "upstream": {
"license": "MIT", "license": "MIT",
"website": "https://www.getgrav.org/", "website": "https://www.getgrav.org/",
"demo": "https://getgrav.org/downloads/themes", "demo": "https://getgrav.org/downloads/themes",
"admindoc": "https://learn.getgrav.org", "admindoc": "https://learn.getgrav.org",
"code": "https://github.com/getgrav/grav" "code": "https://github.com/getgrav/grav"
}, },
"license": "MIT-0", "license": "MIT-0",
"maintainer": [ "maintainer": [
{ {
"name": "tituspijean", "name": "tituspijean",
"email": "tituspijean@outlook.com" "email": "tituspijean@outlook.com"
}], }
"previous_maintainers": [ ],
{ "previous_maintainers": [
"name": "cyp", {
"email": "cyp@rouquin.me" "name": "cyp",
},{ "email": "cyp@rouquin.me"
"name": "lithrel", },
"email": "lithrel@randomdomainname.net" {
}, "name": "lithrel",
{ "email": "lithrel@randomdomainname.net"
"name": "jibec", },
"email": "jean-baptiste@holcroft.fr" {
}], "name": "jibec",
"requirements": { "email": "jean-baptiste@holcroft.fr"
"yunohost": ">= 4.2.4" }
}, ],
"multi_instance": true, "requirements": {
"services": [ "yunohost": ">= 4.1.0"
"nginx" },
], "multi_instance": true,
"arguments": { "services": [
"install" : [ "nginx"
{ ],
"name": "domain", "arguments": {
"type": "domain", "install": [
"example": "example.org" {
}, "name": "domain",
{ "type": "domain",
"name": "path", "example": "example.org"
"type": "path", },
"example": "/grav", {
"default": "/grav" "name": "path",
}, "type": "path",
{ "example": "/grav",
"name": "admin", "default": "/grav"
"type": "user", },
"example": "johndoe" {
}, "name": "admin",
{ "type": "user",
"name": "is_public", "example": "johndoe"
"type": "boolean", },
"help": { {
"en": "Will anyone be able to access the website?", "name": "is_public",
"fr": "Est-ce que quiconque pourra accéder au site ?" "type": "boolean",
}, "help": {
"default": true "en": "Will anyone be able to access the website?",
}, "fr": "Est-ce que quiconque pourra accéder au site ?"
{ },
"name": "language", "default": true
"type": "string", },
"ask": { {
"en": "Choose the application language", "name": "language",
"fr": "Choisissez la langue de l'application" "type": "string",
}, "ask": {
"choices": ["en_EN", "fr_FR"], "en": "Choose the application language",
"default": "fr_FR" "fr": "Choisissez la langue de l'application"
} },
] "choices": [
} "en_EN",
"fr_FR"
],
"default": "fr_FR"
}
]
}
} }