diff --git a/README.md b/README.md index 2d69802..e400850 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 Web database management tool -**Shipped version:** 0.41.2~ynh1 +**Shipped version:** 0.42.0~ynh1 diff --git a/README_fr.md b/README_fr.md index 0ec28c1..bb3bd1e 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 Outil web de gestion des bases de données -**Version incluse :** 0.41.2~ynh1 +**Version incluse :** 0.42.0~ynh1 diff --git a/conf/app.src b/conf/app.src index 0c52de2..981451e 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://downloads.metabase.com/v0.41.2/metabase.jar -SOURCE_SUM=d2303557342f3d88437d634fd38bd4b3657b7a31e5ad891e45b001801c121bf5 +SOURCE_URL=https://downloads.metabase.com/v0.42.0/metabase.jar +SOURCE_SUM=392c91a63256df82edab6c211a94eae3c39ae0ca7f042b3f4fd7fd16deee34e1 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=jar SOURCE_IN_SUBDIR=false diff --git a/manifest.json b/manifest.json index a73d001..71ac2fb 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Web database management tool", "fr": "Outil web de gestion des bases de données" }, - "version": "0.41.2~ynh1", + "version": "0.42.0~ynh1", "url": "https://www.metabase.com/", "upstream": { "license": "AGPL-3.0-only", diff --git a/scripts/upgrade b/scripts/upgrade index 735d0cd..46cac58 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -94,7 +94,7 @@ then ynh_script_progression --message="Upgrading source files..." --weight=1 # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir="$final_path" + ynh_setup_source --dest_dir="$final_path" --keep="/etc/default/$app" fi chmod 750 "$final_path" @@ -127,13 +127,13 @@ ynh_add_systemd_config #================================================= # SETUP CONFIG #================================================= -ynh_script_progression --message="Adding a configuration file..." --weight=1 +# ynh_script_progression --message="Adding a configuration file..." --weight=1 -touch /etc/default/$app -ynh_add_config --template="../conf/metabase" --destination="/etc/default/$app" +# touch /etc/default/$app +# ynh_add_config --template="../conf/metabase" --destination="/etc/default/$app" -chmod 640 "/etc/default/$app" -chown $app "/etc/default/$app" +# chmod 640 "/etc/default/$app" +# chown $app "/etc/default/$app" #================================================= # HANDLE LOG FILES AND LOGROTATE