diff --git a/README.md b/README.md index 431b431..21680a6 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview [Shaarli](https://github.com/shaarli/Shaarli) intends to provide YunoHost's users with a simple but advanced bookmarking service. -**Shipped version:** 0.12.0 +**Shipped version:** 0.12.1 ## Screenshots diff --git a/conf/app.src b/conf/app.src index 6c37cec..4ce13af 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/shaarli/Shaarli/releases/download/v0.12.0/shaarli-v0.12.0-full.tar.gz -SOURCE_SUM=f8d6e5d31d4657dfd0085b037804023a58d9e22152dea82b1ddb11fd1b1debd6 +SOURCE_URL=https://github.com/shaarli/Shaarli/releases/download/v0.12.1/shaarli-v0.12.1-full.tar.gz +SOURCE_SUM=f614e9baddbb5ea72b2158bbfa586b5761d17918be9a97a7bd28d7255276fc0b SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 721895d..19c14bf 100644 --- a/manifest.json +++ b/manifest.json @@ -2,26 +2,26 @@ "name": "Shaarli", "id": "shaarli", "packaging_format": 1, - "requirements": { - "yunohost": ">= 3.8.1" - }, "description": { "en": "The personal, minimalist, super-fast, no-database delicious clone", "fr": "Clone de delicious, rapide, simple et sans base de données." }, - "maintainer": { - "name": "Lapineige et rafi59", - "email": "rafi59_dev@srvmaison.fr.nf", - "url": "" - }, + "version": "0.12.1~ynh1", "url": "https://github.com/shaarli/Shaarli", "license": "MIT", - "version": "0.12.0~ynh1", + "maintainer": { + "name": "Lapineige et rafi59", + "email": "rafi59_dev@srvmaison.fr.nf", + "url": "" + }, + "requirements": { + "yunohost": ">= 3.8.1" + }, "multi_instance": true, "services": [ "nginx", "php7.0-fpm" - ], + ], "arguments": { "install" : [ { @@ -83,7 +83,7 @@ "fr": "Si configuré en public, Shaarli sera visible par tout le monde, y compris des personnes sans compte sur votre Yunohost. Cependant seules les personnes avec un compte Shaarli pourrons ajouter des marques-pages. Vos nouveaux liens seront publics par défaut, mais vous pourrez changer ça dans la page de configuration de Shaarli." }, "default": false - } + } ] } } diff --git a/scripts/install b/scripts/install index 8a15e79..cdf0cf3 100644 --- a/scripts/install +++ b/scripts/install @@ -73,7 +73,7 @@ ynh_setup_source --dest_dir="$final_path" #================================================= ynh_script_progression --message="Configuring NGINX web server..." -# Bug in Nginx with locations and aliases (see http://stackoverflow.com/a/35102259 ) +# Bug in NGINX with locations and aliases (see http://stackoverflow.com/a/35102259 ) if [ $path_url = "/" ]; then ynh_replace_string "__PATH_HACK__" "" "../conf/nginx.conf" else diff --git a/scripts/upgrade b/scripts/upgrade index e1e0e94..a177428 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -105,7 +105,7 @@ ynh_secure_remove "$tmpdir" #================================================= ynh_script_progression --message="Upgrading NGINX web server configuration..." -# Bug in Nginx with locations and aliases (see http://stackoverflow.com/a/35102259 ) +# Bug in NGINX with locations and aliases (see http://stackoverflow.com/a/35102259 ) if [ $path_url = "/" ]; then ynh_replace_string "__PATH_HACK__" "" "../conf/nginx.conf" else