mirror of
https://github.com/YunoHost-Apps/ifm_ynh.git
synced 2024-09-03 18:45:52 +02:00
4.0.0
This commit is contained in:
parent
0c17ec263f
commit
5a7b5e8ffd
4 changed files with 2329 additions and 2665 deletions
|
@ -1,4 +1,4 @@
|
|||
SOURCE_URL=https://github.com/misterunknown/ifm/releases/download/v2.6.3/ifm.php
|
||||
SOURCE_URL=https://github.com/misterunknown/ifm/releases/download/v4.0.0/ifm.php
|
||||
SOURCE_SUM=sha256 checksum
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
|
|
4984
conf/ifm.php
4984
conf/ifm.php
File diff suppressed because one or more lines are too long
|
@ -6,7 +6,7 @@
|
|||
"en": "Improved File Manager",
|
||||
"fr": "Gestionnaire de fichiers amélioré"
|
||||
},
|
||||
"version": "2.6.3~ynh3",
|
||||
"version": "4.0.0~ynh1",
|
||||
"url": "https://github.com/misterunknown/ifm",
|
||||
"upstream": {
|
||||
"license": "MIT",
|
||||
|
@ -20,12 +20,12 @@
|
|||
"email": ""
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 4.3.0"
|
||||
"yunohost": ">= 11.0.9"
|
||||
},
|
||||
"multi_instance": true,
|
||||
"services": [
|
||||
"nginx",
|
||||
"php7.3-fpm"
|
||||
"php8.0-fpm"
|
||||
],
|
||||
"arguments": {
|
||||
"install" : [
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# COMMON VARIABLES
|
||||
#=================================================
|
||||
|
||||
YNH_PHP_VERSION="7.3"
|
||||
YNH_PHP_VERSION="8.0"
|
||||
|
||||
pkg_dependencies="php${YNH_PHP_VERSION}-zip php${YNH_PHP_VERSION}-curl php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-ldap php${YNH_PHP_VERSION}-json php${YNH_PHP_VERSION}-xml"
|
||||
|
||||
|
|
Loading…
Reference in a new issue