mirror of
https://github.com/YunoHost-Apps/mautic_ynh.git
synced 2024-09-03 19:36:26 +02:00
Merge branch 'testing' into version-2
This commit is contained in:
commit
28df88f3cf
3 changed files with 6 additions and 6 deletions
|
@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
Marketing Automation Software
|
||||
|
||||
**Shipped version:** 5.0.0~ynh1
|
||||
**Shipped version:** 5.0.2~ynh1
|
||||
|
||||
**Demo:** https://www.mautic.org/demo
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
|||
|
||||
Marketing Automation Software
|
||||
|
||||
**Version incluse :** 5.0.0~ynh1
|
||||
**Version incluse :** 5.0.2~ynh1
|
||||
|
||||
**Démo :** https://www.mautic.org/demo
|
||||
|
||||
|
@ -46,4 +46,4 @@ ou
|
|||
sudo yunohost app upgrade mautic -u https://github.com/YunoHost-Apps/mautic_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
||||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
||||
|
|
|
@ -41,8 +41,8 @@ ram.runtime = "50M"
|
|||
|
||||
[resources]
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/mautic/mautic/releases/download/5.0.0-alpha1/5.0.0-alpha1.zip"
|
||||
sha256 = "7ada7244b17a0cf6b051436595cf076d85bc9ffd059364729c63f485bb9cfbae"
|
||||
url = "https://github.com/mautic/mautic/releases/download/5.0.2/5.0.2.zip"
|
||||
sha256 = "b20f7fb19d846229e45bd572ff191a3f3e0cf43afea2887bc887119db1950901"
|
||||
in_subdir = false
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
|
||||
|
@ -53,7 +53,7 @@ ram.runtime = "50M"
|
|||
|
||||
[resources.permissions]
|
||||
main.url = "/"
|
||||
|
||||
|
||||
[resources.apt]
|
||||
packages = "mariadb-server, php8.0-imap, php8.0-gmp, php8.0-curl, php8.0-intl, php8.0-mbstring, php8.0-xmlrpc, php8.0-mysql, php8.0-bcmath, php8.0-gd, php8.0-xml, php8.0-cli, php8.0-zip"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue