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:
parent
0fbc128209
commit
fe6f94078d
5 changed files with 16 additions and 16 deletions
|
@ -9,7 +9,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
## Overview
|
## Overview
|
||||||
[Shaarli](https://github.com/shaarli/Shaarli) intends to provide YunoHost's users with a simple but advanced bookmarking service.
|
[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
|
## Screenshots
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/shaarli/Shaarli/releases/download/v0.12.0/shaarli-v0.12.0-full.tar.gz
|
SOURCE_URL=https://github.com/shaarli/Shaarli/releases/download/v0.12.1/shaarli-v0.12.1-full.tar.gz
|
||||||
SOURCE_SUM=f8d6e5d31d4657dfd0085b037804023a58d9e22152dea82b1ddb11fd1b1debd6
|
SOURCE_SUM=f614e9baddbb5ea72b2158bbfa586b5761d17918be9a97a7bd28d7255276fc0b
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -2,21 +2,21 @@
|
||||||
"name": "Shaarli",
|
"name": "Shaarli",
|
||||||
"id": "shaarli",
|
"id": "shaarli",
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"requirements": {
|
|
||||||
"yunohost": ">= 3.8.1"
|
|
||||||
},
|
|
||||||
"description": {
|
"description": {
|
||||||
"en": "The personal, minimalist, super-fast, no-database delicious clone",
|
"en": "The personal, minimalist, super-fast, no-database delicious clone",
|
||||||
"fr": "Clone de delicious, rapide, simple et sans base de données."
|
"fr": "Clone de delicious, rapide, simple et sans base de données."
|
||||||
},
|
},
|
||||||
|
"version": "0.12.1~ynh1",
|
||||||
|
"url": "https://github.com/shaarli/Shaarli",
|
||||||
|
"license": "MIT",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "Lapineige et rafi59",
|
"name": "Lapineige et rafi59",
|
||||||
"email": "rafi59_dev@srvmaison.fr.nf",
|
"email": "rafi59_dev@srvmaison.fr.nf",
|
||||||
"url": ""
|
"url": ""
|
||||||
},
|
},
|
||||||
"url": "https://github.com/shaarli/Shaarli",
|
"requirements": {
|
||||||
"license": "MIT",
|
"yunohost": ">= 3.8.1"
|
||||||
"version": "0.12.0~ynh1",
|
},
|
||||||
"multi_instance": true,
|
"multi_instance": true,
|
||||||
"services": [
|
"services": [
|
||||||
"nginx",
|
"nginx",
|
||||||
|
|
|
@ -73,7 +73,7 @@ ynh_setup_source --dest_dir="$final_path"
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Configuring NGINX web server..."
|
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
|
if [ $path_url = "/" ]; then
|
||||||
ynh_replace_string "__PATH_HACK__" "" "../conf/nginx.conf"
|
ynh_replace_string "__PATH_HACK__" "" "../conf/nginx.conf"
|
||||||
else
|
else
|
||||||
|
|
|
@ -105,7 +105,7 @@ ynh_secure_remove "$tmpdir"
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Upgrading NGINX web server configuration..."
|
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
|
if [ $path_url = "/" ]; then
|
||||||
ynh_replace_string "__PATH_HACK__" "" "../conf/nginx.conf"
|
ynh_replace_string "__PATH_HACK__" "" "../conf/nginx.conf"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue