diff --git a/README.md b/README.md index 252e3cc..2f48bde 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,8 @@ Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader an - flexible article filtering -**Shipped version:** 20220626~ynh1 +**Shipped version:** 20220913~ynh1 + **Demo:** https://srv.tt-rss.org/tt-rss/ diff --git a/README_fr.md b/README_fr.md index e26f134..ad30084 100644 --- a/README_fr.md +++ b/README_fr.md @@ -28,7 +28,8 @@ Tiny Tiny RSS est un lecteur et agrégateur de flux de nouvelles (RSS/Atom) bas - filtrage flexible des articles -**Version incluse :** 20220626~ynh1 +**Version incluse :** 20220913~ynh1 + **Démo :** https://srv.tt-rss.org/tt-rss/ diff --git a/conf/app.src b/conf/app.src index aa1dada..2126083 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://git-gitea.tt-rss.org/fox/tt-rss/archive/d9ae4204ce15f5abb47c1352ce3e1611b90010d1.tar.gz -SOURCE_SUM=7ce06591cd035ed76d9127bc5fa3908984d230cbed4e28e9cb3fe6bec466c5de +SOURCE_URL=https://git-gitea.tt-rss.org/fox/tt-rss/archive/d47b8c8494ed41c8a72c21b238dde74e606c5f0e.tar.gz +SOURCE_SUM=d064253636c48d6116a55fab379b3ec575fb0b095a621eb1b78fe7a598ab0f63 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index a6223d6..d7a3cf7 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "News feed (RSS/Atom) reader and aggregator", "fr": "Lecteur de flux d’actualité utilisant les protocoles RSS et Atom" }, - "version": "20220626~ynh1", + "version": "20220913~ynh1", "url": "http://tt-rss.org", "upstream": { "license": "GPL-3.0-only", @@ -21,7 +21,7 @@ "email": "" }, "requirements": { - "yunohost": ">= 4.3.0" + "yunohost": ">= 11.0.9" }, "multi_instance": true, "services": [ diff --git a/scripts/upgrade b/scripts/upgrade index 17131d8..45f91a5 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -27,7 +27,6 @@ phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) #================================================= # CHECK VERSION #================================================= -ynh_script_progression --message="Checking version..." upgrade_type=$(ynh_check_app_version_changed) @@ -53,7 +52,7 @@ ynh_abort_if_errors #================================================= ynh_script_progression --message="Stopping a systemd service..." -ynh_systemd_action --service_name=$app --action="stop" +ynh_systemd_action --service_name=$app --action="stop" --log_path="systemd" #================================================= # ENSURE DOWNWARD COMPATIBILITY @@ -154,7 +153,7 @@ then domain_path=https://$domain$path_url ynh_add_config --template="../conf/config.php" --destination="$final_path/config.php" - ynh_script_progression --message="Upgrading ttrss database..." --weight=2 + ynh_script_progression --message="Upgrading the database..." --weight=2 ynh_exec_as $app php${phpversion} ${final_path}/update.php --update-schema=force-yes fi