mirror of
https://github.com/YunoHost-Apps/libreddit_ynh.git
synced 2024-09-03 19:36:05 +02:00
commit
853d425e7d
5 changed files with 7 additions and 7 deletions
|
@ -25,7 +25,7 @@ Libreddit is a portmanteau of "libre" (meaning freedom) and "Reddit". It is a pr
|
||||||
🔒 Secure: strong Content Security Policy prevents browser requests to Reddit
|
🔒 Secure: strong Content Security Policy prevents browser requests to Reddit
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 0.22.9~ynh1
|
**Shipped version:** 0.23.1~ynh1
|
||||||
|
|
||||||
**Demo:** https://libreddit.spike.codes/
|
**Demo:** https://libreddit.spike.codes/
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@ Libreddit is a portmanteau of "libre" (meaning freedom) and "Reddit". It is a pr
|
||||||
🔒 Secure: strong Content Security Policy prevents browser requests to Reddit
|
🔒 Secure: strong Content Security Policy prevents browser requests to Reddit
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 0.22.9~ynh1
|
**Version incluse :** 0.23.1~ynh1
|
||||||
|
|
||||||
**Démo :** https://libreddit.spike.codes/
|
**Démo :** https://libreddit.spike.codes/
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/spikecodes/libreddit/releases/download/v0.22.9/libreddit
|
SOURCE_URL=https://github.com/spikecodes/libreddit/releases/download/v0.23.1/libreddit
|
||||||
SOURCE_SUM=74e3be90175719a7f4b6c1fb2e7b1f1bd13ae019d120cdd7cbf7445de5d2f6e5
|
SOURCE_SUM=0d63bcb6e7195b350db61d6aa3aa2bd17f4ff4b9e5eef466fb9a7f65dadabde0
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_IN_SUBDIR=false
|
SOURCE_IN_SUBDIR=false
|
||||||
SOURCE_FILENAME=libreddit
|
SOURCE_FILENAME=libreddit
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Libre alternative to Reddit",
|
"en": "Libre alternative to Reddit",
|
||||||
"fr": "Alternative libre à Reddit"
|
"fr": "Alternative libre à Reddit"
|
||||||
},
|
},
|
||||||
"version": "0.22.9~ynh1",
|
"version": "0.23.1~ynh1",
|
||||||
"url": "https://libreddit.spike.codes/",
|
"url": "https://libreddit.spike.codes/",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
"email": ""
|
"email": ""
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 4.3.0"
|
"yunohost": ">= 11.0.9"
|
||||||
},
|
},
|
||||||
"multi_instance": true,
|
"multi_instance": true,
|
||||||
"services": [
|
"services": [
|
||||||
|
|
|
@ -67,7 +67,7 @@ then
|
||||||
ynh_script_progression --message="Upgrading source files..." --weight=5
|
ynh_script_progression --message="Upgrading source files..." --weight=5
|
||||||
|
|
||||||
# Download, check integrity, uncompress and patch the source from app.src
|
# Download, check integrity, uncompress and patch the source from app.src
|
||||||
ynh_setup_source --dest_dir="$final_path" --keep="$final_path/libreddit.conf"
|
ynh_setup_source --dest_dir="$final_path" --keep="libreddit.conf"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
chmod 750 "$final_path"
|
chmod 750 "$final_path"
|
||||||
|
|
Loading…
Reference in a new issue