diff --git a/README.md b/README.md index 8a76b44..0507ac4 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview Garradin is a free association managing software. -**Shipped version:** 1.0.3 +**Shipped version:** 1.0.5 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 744cae9..2f748e0 100644 --- a/README_fr.md +++ b/README_fr.md @@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install ## Vue d'ensemble Garradin est un logiciel libre de gestion associative. il permet de gérer des membres. -**Version incluse :** 1.0.3 +**Version incluse :** 1.0.5 ## Captures d'écran diff --git a/conf/app.src b/conf/app.src index 00a5ed5..4305613 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://fossil.kd2.org/garradin/uv/garradin-1.0.3.tar.bz2 -SOURCE_SUM=d8e414d4798dcf5036ca2a22fdf285d0934d353c47466758e1922b8f34806e10 +SOURCE_URL=https://fossil.kd2.org/garradin/uv/garradin-1.0.5.tar.bz2 +SOURCE_SUM=a9c6479be1f388c2655ee7de671a2dc99021cb29f0fe03a195c826788e18ac30 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.bz2 SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 224081a..bc4c5a7 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Software to manage association", "fr": "Logiciel libre de gestion d'association" }, - "version": "1.0.3~ynh2", + "version": "1.0.5~ynh1", "url": "http://garradin.eu/a-propos/", "license": "GPL-3.0-or-later", "maintainer": { diff --git a/scripts/change_url b/scripts/change_url index efe3a6b..449d768 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -53,7 +53,6 @@ fi ynh_script_progression --message="Updating NGINX web server configuration..." --weight=5 nginx_conf_path=/etc/nginx/conf.d/$old_domain.d/$app.conf -final_path=/var/www/$app # Change the path in the NGINX config file if [ $change_path -eq 1 ]