From 38d9a76370d27521e8a286c6729756c200216bb2 Mon Sep 17 00:00:00 2001 From: mastereur <22839524+mastereur@users.noreply.github.com> Date: Fri, 7 Jan 2022 17:21:57 +0100 Subject: [PATCH 1/3] Update to 14.0.4 --- README.md | 2 +- README_fr.md | 2 +- conf/app.src | 4 ++-- manifest.json | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bfbc43b..9f0d1ee 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Dolibarr ERP & CRM is a modern software for managing your professional or associative activity (contacts, invoices, orders, stocks, agenda, etc.). -**Shipped version:** 14.0.3~ynh1 +**Shipped version:** 14.0.4~ynh1 **Demo:** https://www.dolibarr.org/onlinedemo diff --git a/README_fr.md b/README_fr.md index 9e96874..b7dc7bf 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Dolibarr ERP & CRM est un logiciel moderne de gestion de votre activité professionnelle ou associative (contacts, factures, commandes, stocks, agenda, etc.). -**Version incluse :** 14.0.3~ynh1 +**Version incluse :** 14.0.4~ynh1 **Démo :** https://www.dolibarr.org/onlinedemo diff --git a/conf/app.src b/conf/app.src index f1191d1..9c1f52e 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/Dolibarr/dolibarr/archive/14.0.3.tar.gz -SOURCE_SUM=38a9dddb576501aa88ec5079e8eb7d8a6f99beee19660820830924b7622fc0d6 +SOURCE_URL=https://github.com/Dolibarr/dolibarr/archive/14.0.4.tar.gz +SOURCE_SUM=c3456d08a85b12487eded0768a1b241d33f42edc7e997b1d21d983c7f9c5598a SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 70f2003..dc8ddac 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Manage the various aspects of your business or association", "fr": "Gérez les différents aspects de votre activité pro ou associative" }, - "version": "14.0.3~ynh1", + "version": "14.0.4~ynh1", "url": "https://www.dolibarr.org/", "upstream": { "license": "GPL-3.0-or-later", @@ -22,7 +22,7 @@ "url": "https://github.com/mastereur" }, "requirements": { - "yunohost": ">= 4.2.4" + "yunohost": ">= 4.3.5" }, "multi_instance": true, "services": [ From 110f0bd1e5024277e2b88eb2b3ba2d531cbbc637 Mon Sep 17 00:00:00 2001 From: mastereur <22839524+mastereur@users.noreply.github.com> Date: Fri, 7 Jan 2022 17:27:02 +0100 Subject: [PATCH 2/3] Update to 14.0.5 --- README.md | 2 +- README_fr.md | 2 +- conf/app.src | 4 ++-- manifest.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9f0d1ee..f22b95a 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Dolibarr ERP & CRM is a modern software for managing your professional or associative activity (contacts, invoices, orders, stocks, agenda, etc.). -**Shipped version:** 14.0.4~ynh1 +**Shipped version:** 14.0.5~ynh1 **Demo:** https://www.dolibarr.org/onlinedemo diff --git a/README_fr.md b/README_fr.md index b7dc7bf..9910ce1 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Dolibarr ERP & CRM est un logiciel moderne de gestion de votre activité professionnelle ou associative (contacts, factures, commandes, stocks, agenda, etc.). -**Version incluse :** 14.0.4~ynh1 +**Version incluse :** 14.0.5~ynh1 **Démo :** https://www.dolibarr.org/onlinedemo diff --git a/conf/app.src b/conf/app.src index 9c1f52e..ac28227 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/Dolibarr/dolibarr/archive/14.0.4.tar.gz -SOURCE_SUM=c3456d08a85b12487eded0768a1b241d33f42edc7e997b1d21d983c7f9c5598a +SOURCE_URL=https://github.com/Dolibarr/dolibarr/archive/14.0.5.tar.gz +SOURCE_SUM=31f4c934e484a9582d8867e4170f1f1acd8c41628b059370a6a449eb6e94ae75 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index dc8ddac..6411c85 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Manage the various aspects of your business or association", "fr": "Gérez les différents aspects de votre activité pro ou associative" }, - "version": "14.0.4~ynh1", + "version": "14.0.5~ynh1", "url": "https://www.dolibarr.org/", "upstream": { "license": "GPL-3.0-or-later", From 80bf817bd536232f0b128f53a19f01a60068aaac Mon Sep 17 00:00:00 2001 From: mastereur <22839524+mastereur@users.noreply.github.com> Date: Mon, 10 Jan 2022 09:58:46 +0100 Subject: [PATCH 3/3] Update manifest.json Co-authored-by: Alexandre Aubin --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 6411c85..dc09add 100644 --- a/manifest.json +++ b/manifest.json @@ -22,7 +22,7 @@ "url": "https://github.com/mastereur" }, "requirements": { - "yunohost": ">= 4.3.5" + "yunohost": ">= 4.3.4" }, "multi_instance": true, "services": [