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

Merge branch 'testing' of https://github.com/YunoHost-Apps/mautic_ynh into testing

This commit is contained in:
Éric Gaspar 2022-09-06 10:27:45 +02:00
commit 855f8c2276
No known key found for this signature in database
GPG key ID: 574F281483054D44
4 changed files with 10 additions and 7 deletions

View file

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

View file

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

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/mautic/mautic/releases/download/4.4.0/4.4.0.zip SOURCE_URL=https://github.com/mautic/mautic/releases/download/4.4.1/4.4.1.zip
SOURCE_SUM=2c37ca48031015a2f0cd9d8d783fca153f1d73553600319e74387da8e5635a2a SOURCE_SUM=9c60befa657566b740a5c64c0a0d94e284ec5263f3b1f9732129cfff8e8dbd25
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=false SOURCE_IN_SUBDIR=false

View file

@ -6,14 +6,15 @@
"en": "Open Source Marketing Automation Software", "en": "Open Source Marketing Automation Software",
"fr": "Logiciel d'automatisation marketing open source" "fr": "Logiciel d'automatisation marketing open source"
}, },
"version": "4.4.0~ynh1", "version": "4.4.1~ynh1",
"url": "https://www.mautic.org/", "url": "https://www.mautic.org/",
"upstream": { "upstream": {
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"website": "https://www.mautic.org/", "website": "https://www.mautic.org/",
"demo": "https://www.mautic.org/demo", "demo": "https://www.mautic.org/demo",
"admindoc": "https://docs.mautic.org/en", "admindoc": "https://docs.mautic.org/en",
"code": "https://github.com/mautic/mautic" "code": "https://github.com/mautic/mautic",
"cpe": "cpe:2.3:a:acquia:mautic"
}, },
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"maintainer": { "maintainer": {
@ -52,4 +53,4 @@
} }
] ]
} }
} }