diff --git a/conf/app.src b/conf/app.src index 4396040..8ae7ab9 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/tituspijean/php-owntracks-recorder/archive/v0.1-beta.6.zip -SOURCE_SUM=B1203648C2899426C6A03C92D9000718C9C623835AD12079623CACCC5898D141 +SOURCE_URL=https://github.com/tituspijean/php-owntracks-recorder/archive/v0.1-beta.7.zip +SOURCE_SUM=A4F669178C8A97FCB6B2E730DBD7FE1B63DF48AECB30F1C72A4BA3284210C2FA SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index a4568e0..3345a56 100644 --- a/manifest.json +++ b/manifest.json @@ -1,48 +1,48 @@ { - "name": "Owntracks", - "id": "owntracks", - "packaging_format": 1, - "description": { - "en": "Owntracks (location history) package for YunoHost.", - "fr": "Package Owntracks (historique de localisation) pour YunoHost." - }, - "version": "1.0", - "url": "http://owntracks.org/", - "license": "free", - "maintainer": { - "name": "Titus PiJean", - "email": "tituspijean@outlook.com", - "url": "https://github.com/tituspijean/owntracks_ynh" - }, - "requirements": { - "yunohost": ">= 2.7.2" - }, - "multi_instance": true, - "services": [ - "nginx", - "php5-fpm", - "mysql" - ], - "arguments": { - "install": [{ - "name": "domain", - "type": "domain", - "ask": { - "en": "Choose a domain name for Owntracks", - "fr": "Choisissez un nom de domaine pour Owntracks" - }, - "example": "example.com" - }, - { - "name": "path", - "type": "path", - "ask": { - "en": "Choose a path for Owntracks", - "fr": "Choisissez un chemin pour Owntracks" - }, - "example": "/owntracks", - "default": "/owntracks" - } - ] - } + "name": "Owntracks", + "id": "owntracks", + "packaging_format": 1, + "description": { + "en": "Owntracks (location history) package for YunoHost.", + "fr": "Package Owntracks (historique de localisation) pour YunoHost." + }, + "version": "v0.1-beta.7", + "url": "http://owntracks.org/", + "license": "free", + "maintainer": { + "name": "Titus PiJean", + "email": "tituspijean@outlook.com", + "url": "https://github.com/tituspijean/owntracks_ynh" + }, + "requirements": { + "yunohost": ">= 2.7.2" + }, + "multi_instance": true, + "services": [ + "nginx", + "php5-fpm", + "mysql" + ], + "arguments": { + "install": [{ + "name": "domain", + "type": "domain", + "ask": { + "en": "Choose a domain name for Owntracks", + "fr": "Choisissez un nom de domaine pour Owntracks" + }, + "example": "example.com" + }, + { + "name": "path", + "type": "path", + "ask": { + "en": "Choose a path for Owntracks", + "fr": "Choisissez un chemin pour Owntracks" + }, + "example": "/owntracks", + "default": "/owntracks" + } + ] + } } \ No newline at end of file