1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/selfoss_ynh.git synced 2024-09-03 20:16:21 +02:00
This commit is contained in:
Éric Gaspar 2022-12-23 23:04:04 +01:00
parent 9025ecf079
commit 7c25c6b1df
2 changed files with 4 additions and 4 deletions

View file

@ -3,8 +3,8 @@
"id": "selfoss", "id": "selfoss",
"packaging_format": 1, "packaging_format": 1,
"description": { "description": {
"en": "Multipurpose RSS reader, live stream, mashup, aggregation web application", "en": "Multipurpose RSS reader",
"fr": "Multipurpose RSS reader, live stream, mashup, aggregation web application" "fr": "Lecteur RSS polyvalent"
}, },
"version": "2.18~ynh2", "version": "2.18~ynh2",
"url": "https://selfoss.aditu.de/", "url": "https://selfoss.aditu.de/",
@ -21,7 +21,7 @@
"email": "" "email": ""
}, },
"requirements": { "requirements": {
"yunohost": ">= 4.3.0" "yunohost": ">= 11.0.9"
}, },
"multi_instance": true, "multi_instance": true,
"services": [ "services": [

View file

@ -4,7 +4,7 @@
# COMMON VARIABLES # COMMON VARIABLES
#================================================= #=================================================
YNH_PHP_VERSION="7.3" YNH_PHP_VERSION="7.4"
# dependencies used by the app # dependencies used by the app
pkg_dependencies="sqlite3 php${YNH_PHP_VERSION}-sqlite3 php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-mysql php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-curl" pkg_dependencies="sqlite3 php${YNH_PHP_VERSION}-sqlite3 php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-mysql php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-curl"