From 0a15309cf6474a6ef6d78089323bece39631a1af Mon Sep 17 00:00:00 2001 From: mastereur <22839524+mastereur@users.noreply.github.com> Date: Tue, 13 Aug 2019 12:11:39 +0200 Subject: [PATCH 1/2] Update to 9.0.4 --- 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 3cd163d..09a58c2 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to ## Overview Dolibarr ERP & CRM is a modern software for managing your professional or associative activity (contacts, invoices, orders, stocks, agenda, etc...). -**Shipped version:** 9.0.3 +**Shipped version:** 9.0.4 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 62ab6c0..ae46ef7 100644 --- a/README_fr.md +++ b/README_fr.md @@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour ## Vue d'ensemble Dolibarr ERP & CRM est un logiciel moderne de gestion de votre activité professionnelle ou associative (contacts, factures, commandes, stocks, agenda, etc...). -**Version incluse:** 9.0.3 +**Version incluse:** 9.0.4 ## Captures d'écran diff --git a/conf/app.src b/conf/app.src index 6b02ae3..33da3d2 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/Dolibarr/dolibarr/archive/9.0.3.tar.gz -SOURCE_SUM=bb5ed317a545bc3ffb9a3e2f28ed22ddb7376e12a5eddcc5eda6a3ae0bfb720e +SOURCE_URL=https://github.com/Dolibarr/dolibarr/archive/9.0.4.tar.gz +SOURCE_SUM=1c4a17e17441bf07c4502e381ccec957d7a895e24551c1ff8bd3692bcd877632 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 0d1d48e..b7954f9 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Dolibarr ERP & CRM is a modern and easy to use web software to manage your business (contacts, invoices, orders, products, stocks, agenda, emailings, etc...).", "fr": "Dolibarr ERP & CRM est un logiciel moderne de gestion de votre activité professionnelle ou associative (contacts, factures, commandes, stocks, agenda, etc...)." }, - "version": "9.0.3~ynh1", + "version": "9.0.4~ynh1", "url": "https://www.dolibarr.org/", "license": "GPL-3.0-or-later", "maintainer": { From aed42103194cdc37b6826aee3c8f448e7d07dd6d Mon Sep 17 00:00:00 2001 From: mastereur <22839524+mastereur@users.noreply.github.com> Date: Mon, 2 Sep 2019 00:54:28 +0200 Subject: [PATCH 2/2] Fix saving version --- manifest.json | 2 +- scripts/upgrade | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index b7954f9..b720030 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Dolibarr ERP & CRM is a modern and easy to use web software to manage your business (contacts, invoices, orders, products, stocks, agenda, emailings, etc...).", "fr": "Dolibarr ERP & CRM est un logiciel moderne de gestion de votre activité professionnelle ou associative (contacts, factures, commandes, stocks, agenda, etc...)." }, - "version": "9.0.4~ynh1", + "version": "9.0.4~ynh2", "url": "https://www.dolibarr.org/", "license": "GPL-3.0-or-later", "maintainer": { diff --git a/scripts/upgrade b/scripts/upgrade index c144617..f739549 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -162,6 +162,9 @@ then else ynh_print_warn --message="Step 3 upgrading ended with error" fi + + ynh_app_setting_set --app=$app --key=version --value=$update_version + popd fi