diff --git a/conf/app-upgrade.src b/conf/app-upgrade.src index a473a67..ee077f0 100644 --- a/conf/app-upgrade.src +++ b/conf/app-upgrade.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/getgrav/grav/releases/download/1.7.10/grav-update-v1.7.10.zip -SOURCE_SUM=91F704B33C8BA8FBB5A0981DE70B92CD52BD8F833B3AFB53F98BF66CE04C2123 +SOURCE_URL=https://github.com/getgrav/grav/releases/download/1.7.21/grav-update-v1.7.21.zip +SOURCE_SUM=0d198310631f522c02c76d0635b930e93d4b419ddd6708187514b1572fe56363 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/conf/app.src b/conf/app.src index 475d3d7..9e2e26c 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/getgrav/grav/releases/download/1.7.17/grav-admin-v1.7.17.zip -SOURCE_SUM=434833c6f604ff8ad38f0c58932dbdc99c61b498f16a883dae946017abd286ce +SOURCE_URL=https://github.com/getgrav/grav/releases/download/1.7.21/grav-admin-v1.7.21.zip +SOURCE_SUM=ec11419294d8f0f30a3b0ed6c5c8de0eba94ec0f5e93f4b5e3d9c9e487142b18 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index bbd3351..c0a6052 100644 --- a/manifest.json +++ b/manifest.json @@ -1,82 +1,88 @@ { - "name": "Grav", - "id": "grav", - "packaging_format": 1, - "description": { - "en": "A modern open source flat-file CMS", - "fr": "Un CMS moderne basé sur des fichiers plats" - }, - "version": "1.7.17~ynh1", - "url": "https://www.getgrav.org/", - "upstream": { - "license": "MIT", - "website": "https://www.getgrav.org/", - "demo": "https://getgrav.org/downloads/themes", - "admindoc": "https://learn.getgrav.org", - "code": "https://github.com/getgrav/grav" - }, - "license": "MIT-0", - "maintainer": [ - { - "name": "tituspijean", - "email": "tituspijean@outlook.com" - }], - "previous_maintainers": [ - { - "name": "cyp", - "email": "cyp@rouquin.me" - },{ - "name": "lithrel", - "email": "lithrel@randomdomainname.net" - }, - { - "name": "jibec", - "email": "jean-baptiste@holcroft.fr" - }], - "requirements": { - "yunohost": ">= 4.2.4" - }, - "multi_instance": true, - "services": [ - "nginx" - ], - "arguments": { - "install" : [ - { - "name": "domain", - "type": "domain", - "example": "example.org" - }, - { - "name": "path", - "type": "path", - "example": "/grav", - "default": "/grav" - }, - { - "name": "admin", - "type": "user", - "example": "johndoe" - }, - { - "name": "is_public", - "type": "boolean", - "help": { - "en": "Will anyone be able to access the website?", - "fr": "Est-ce que quiconque pourra accéder au site ?" - }, - "default": true - }, - { - "name": "language", - "type": "string", - "ask": { - "en": "Choose the application language", - "fr": "Choisissez la langue de l'application" - }, - "choices": ["en_EN", "fr_FR"], - "default": "fr_FR" - } - ] - } + "name": "Grav", + "id": "grav", + "packaging_format": 1, + "description": { + "en": "A modern open source flat-file CMS", + "fr": "Un CMS moderne basé sur des fichiers plats" + }, + "version": "1.7.21~ynh1", + "url": "https://www.getgrav.org/", + "upstream": { + "license": "MIT", + "website": "https://www.getgrav.org/", + "demo": "https://getgrav.org/downloads/themes", + "admindoc": "https://learn.getgrav.org", + "code": "https://github.com/getgrav/grav" + }, + "license": "MIT-0", + "maintainer": [ + { + "name": "tituspijean", + "email": "tituspijean@outlook.com" + } + ], + "previous_maintainers": [ + { + "name": "cyp", + "email": "cyp@rouquin.me" + }, + { + "name": "lithrel", + "email": "lithrel@randomdomainname.net" + }, + { + "name": "jibec", + "email": "jean-baptiste@holcroft.fr" + } + ], + "requirements": { + "yunohost": ">= 4.1.0" + }, + "multi_instance": true, + "services": [ + "nginx" + ], + "arguments": { + "install": [ + { + "name": "domain", + "type": "domain", + "example": "example.org" + }, + { + "name": "path", + "type": "path", + "example": "/grav", + "default": "/grav" + }, + { + "name": "admin", + "type": "user", + "example": "johndoe" + }, + { + "name": "is_public", + "type": "boolean", + "help": { + "en": "Will anyone be able to access the website?", + "fr": "Est-ce que quiconque pourra accéder au site ?" + }, + "default": true + }, + { + "name": "language", + "type": "string", + "ask": { + "en": "Choose the application language", + "fr": "Choisissez la langue de l'application" + }, + "choices": [ + "en_EN", + "fr_FR" + ], + "default": "fr_FR" + } + ] + } }