mirror of
https://github.com/YunoHost-Apps/dolibarr_ynh.git
synced 2024-09-03 18:35:53 +02:00
cleaning
This commit is contained in:
parent
35beb43d54
commit
6dad0b1d0c
3 changed files with 7 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
app="$(basename $0 | cut -d- -f 2-)" # Extract the app name from the script name, which is supposed to be something like "50-app_id"
|
||||
src_path=$(yunohost app setting $app final_path)
|
||||
src_path=$(yunohost app setting $app install_dir)
|
||||
# member=__MEMBER__
|
||||
|
||||
# Sync users
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "Dolibarr"
|
|||
description.en = "Manage the various aspects of your business or association"
|
||||
description.fr = "Gérez les différents aspects de votre activité pro ou associative"
|
||||
|
||||
version = "18.0.1~ynh1"
|
||||
version = "18.0.3~ynh1"
|
||||
|
||||
maintainers = ["mastereur"]
|
||||
|
||||
|
@ -21,8 +21,11 @@ code = "https://github.com/Dolibarr/dolibarr"
|
|||
yunohost = ">= 11.2"
|
||||
architectures = "all"
|
||||
multi_instance = true
|
||||
|
||||
ldap = true
|
||||
|
||||
sso = false
|
||||
|
||||
disk = "50M"
|
||||
ram.build = "50M"
|
||||
ram.runtime = "50M"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Target version of the Dolibarr update
|
||||
next_version="18.0.1"
|
||||
next_version="18.0.3"
|
||||
|
||||
# Dolibarr tarball checksum
|
||||
dolibarr_source_sha256="37bd3c8533b821c241dbb34b0e88349c1d5b43f7ffa6027f0b7970748d1f727a"
|
||||
dolibarr_source_sha256="8639d466b26f0fba7d2b610a96ffcf36a657b1e00bdc2e5a1ac5287521dcb4ed"
|
||||
|
|
Loading…
Reference in a new issue