From 108a161f9b82d4cb8d0fd128c099195a182fdfa8 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 3 Sep 2021 17:43:55 +0200 Subject: [PATCH] Upgrade to version 9010 --- conf/app.src | 6 ++++-- doc/DESCRIPTION.md | 1 + manifest.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 doc/DESCRIPTION.md diff --git a/conf/app.src b/conf/app.src index 0cf8d55..81e1e2f 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,6 +1,8 @@ -SOURCE_URL=https://download.noalyss.eu/dernier-version/noalyss-8101.tar.gz -SOURCE_SUM=bd481e4d4a1f47dc6c1fe46451a0f5afd6b1c008ec0f1e4c7a03c2c703f9b647 +SOURCE_URL=https://download.noalyss.eu/derniere-version/noalyss-9010.tar.gz +SOURCE_SUM=f10db3a3ac9e793374142218df5e0be92f13ecb663f76bd1d62cb8bdff5bdeed SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true SOURCE_FILENAME= + + diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md new file mode 100644 index 0000000..8b17220 --- /dev/null +++ b/doc/DESCRIPTION.md @@ -0,0 +1 @@ +Noalyss est un serveur de comptabilité destiné à être hébergé sur Internet afin de contenir la comptabilité d’un nombre illimité de sociétés et d’utilisateurs ne se connaissant pas. Chaque société a ses propres dossiers comptables , ses propres utilisateurs, et ne peut pas interférer avec la comptabilité des autres, à moins d’y être expressément autorisé. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 85f6cc3..4d6c602 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Accounting free software (Beligum and French accounting)", "fr": "Logiciel libre de comptabilité (comptabilité Belge et Française)" }, - "version": "8.1.0.1~ynh2", + "version": "9.0.1.0~ynh1", "url": "http://noalyss.eu", "upstream": { "license": "AGPL-3.0-only",