1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mautic_ynh.git synced 2024-09-03 19:36:26 +02:00

Merge pull request #16 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2022-03-30 12:18:06 +02:00 committed by GitHub
commit d71f605986
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

View file

@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Open Source Marketing Automation Software
**Shipped version:** 4.2.0~ynh1
**Shipped version:** 4.2.1~ynh1
**Demo:** https://www.mautic.org/demo

View file

@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Logiciel d'automatisation marketing open source
**Version incluse :** 4.2.0~ynh1
**Version incluse :** 4.2.1~ynh1
**Démo :** https://www.mautic.org/demo

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/mautic/mautic/releases/download/4.2.0/4.2.0.zip
SOURCE_SUM=9f087e3c889381cc4abbcf080abd3379986d378b5c2461f01d172d31a5d14a5d
SOURCE_URL=https://github.com/mautic/mautic/releases/download/4.2.1/4.2.1.zip
SOURCE_SUM=2ce6f396ca917097b2a24dddb45ba62748c30687e1bb57dd14397fbb18300074
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=false

View file

@ -6,7 +6,7 @@
"en": "Open Source Marketing Automation Software",
"fr": "Logiciel d'automatisation marketing open source"
},
"version": "4.2.0~ynh1",
"version": "4.2.1~ynh1",
"url": "https://www.mautic.org/",
"upstream": {
"license": "GPL-3.0-only",

View file

@ -6,7 +6,7 @@
YNH_PHP_VERSION="7.4"
pkg_dependencies="php${YNH_PHP_VERSION}-gmp php${YNH_PHP_VERSION}-curl php${YNH_PHP_VERSION}-intl php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-xmlrpc php${YNH_PHP_VERSION}-mysql php${YNH_PHP_VERSION}-bcmath php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-xml php${YNH_PHP_VERSION}-cli php${YNH_PHP_VERSION}-zip"
pkg_dependencies="php${YNH_PHP_VERSION}-imap php${YNH_PHP_VERSION}-gmp php${YNH_PHP_VERSION}-curl php${YNH_PHP_VERSION}-intl php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-xmlrpc php${YNH_PHP_VERSION}-mysql php${YNH_PHP_VERSION}-bcmath php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-xml php${YNH_PHP_VERSION}-cli php${YNH_PHP_VERSION}-zip"
#=================================================
# PERSONAL HELPERS
#=================================================