1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/shaarli_ynh.git synced 2024-09-03 20:26:10 +02:00

Upgrade to version 0.12.1 (#62)

This commit is contained in:
Éric Gaspar 2020-11-30 17:18:40 +01:00 committed by GitHub
parent 0fbc128209
commit fe6f94078d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 16 additions and 16 deletions

View file

@ -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

View file

@ -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

View file

@ -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
}
}
]
}
}

View file

@ -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

View file

@ -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