1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00
This commit is contained in:
ericgaspar 2022-10-18 21:10:17 +02:00
parent cb27246b12
commit 4aade5a829
3 changed files with 9 additions and 7 deletions

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/movim/movim/archive/v0.19.tar.gz
SOURCE_SUM=df98b5b0df6fd6bfa5fda88f387ac017bc7bcead42c462745296604f3e0ee501
SOURCE_URL=https://github.com/movim/movim/archive/v0.20.tar.gz
SOURCE_SUM=8d9e6b75efd1db3bf9920857ad49e290b34182ccd974c5d09d560dea54c962b1
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -6,7 +6,7 @@
"en": "Web-based cross-platform XMPP client",
"fr": "Client XMPP multiplateforme basé sur le Web"
},
"version": "0.19~ynh4",
"version": "0.20~ynh1",
"url": "https://movim.eu",
"upstream": {
"license": "AGPL-3.0-or-later",
@ -22,12 +22,12 @@
"email": ""
},
"requirements": {
"yunohost": ">= 4.3.0"
"yunohost": ">= 11.0.9"
},
"multi_instance": false,
"services": [
"nginx",
"php7.3-fpm",
"php7.4-fpm",
"postgresql",
"metronome"
],

View file

@ -4,11 +4,13 @@
# COMMON VARIABLES
#=================================================
YNH_PHP_VERSION="7.3"
YNH_PHP_VERSION="7.4"
YNH_COMPOSER_VERSION="2.2.5"
pkg_dependencies="postgresql postgresql-contrib apt-transport-https php${YNH_PHP_VERSION}-curl php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-imagick php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-pgsql php${YNH_PHP_VERSION}-xml"
php_dependencies="php${YNH_PHP_VERSION}-curl php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-imagick php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-pgsql php${YNH_PHP_VERSION}-xml"
pkg_dependencies="postgresql postgresql-contrib apt-transport-https $php_dependencies"
#=================================================
# PERSONAL HELPERS