diff --git a/README.md b/README.md index 8f26787..4c2f96d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ It shall NOT be edited by hand. Flood is a monitoring service for rTorrent. It's a Node.js service that communicates with your favorite torrent client and serves a decent web UI for administration. -**Shipped version:** 4.7.0~ynh4 +**Shipped version:** 4.8.2~ynh1 ## Screenshots diff --git a/README_eu.md b/README_eu.md index 5901596..9251984 100644 --- a/README_eu.md +++ b/README_eu.md @@ -18,7 +18,7 @@ EZ editatu eskuz. Flood is a monitoring service for rTorrent. It's a Node.js service that communicates with your favorite torrent client and serves a decent web UI for administration. -**Paketatutako bertsioa:** 4.7.0~ynh4 +**Paketatutako bertsioa:** 4.8.2~ynh1 ## Pantaila-argazkiak diff --git a/README_fr.md b/README_fr.md index 4c2305b..ec60c45 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main. Flood is a monitoring service for rTorrent. It's a Node.js service that communicates with your favorite torrent client and serves a decent web UI for administration. -**Version incluse :** 4.7.0~ynh4 +**Version incluse :** 4.8.2~ynh1 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index f89d82e..efe599e 100644 --- a/README_gl.md +++ b/README_gl.md @@ -18,7 +18,7 @@ NON debe editarse manualmente. Flood is a monitoring service for rTorrent. It's a Node.js service that communicates with your favorite torrent client and serves a decent web UI for administration. -**Versión proporcionada:** 4.7.0~ynh4 +**Versión proporcionada:** 4.8.2~ynh1 ## Capturas de pantalla diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 51d76f7..b2504f2 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -18,7 +18,7 @@ Flood is a monitoring service for rTorrent. It's a Node.js service that communicates with your favorite torrent client and serves a decent web UI for administration. -**分发版本:** 4.7.0~ynh4 +**分发版本:** 4.8.2~ynh1 ## 截图 diff --git a/manifest.toml b/manifest.toml index 7f9885d..4c302c0 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Flood" description.en = "Monitoring service for various torrent clients" description.fr = "Service de surveillance pour divers clients torrent" -version = "4.7.0~ynh4" +version = "4.8.2~ynh1" maintainers = ["Taker"] @@ -42,10 +42,10 @@ ram.runtime = "50M" [resources] [resources.sources.main] rename = "flood-linux.deb" - arm64.url = "https://github.com/jesec/flood/releases/download/v4.7.0/flood-linux-arm64.deb" - arm64.sha256 = "ed4626cf22580d2cd9932a870d14b2f93320f6768e5fa7d9bbbfa234ef7c4e6a" - amd64.url = "https://github.com/jesec/flood/releases/download/v4.7.0/flood-linux-x64.deb" - amd64.sha256 = "d528edc50e2a2a8d60aa1d37e2cdf0353c48f792b7ded4f150a0914931076d3f" + arm64.url = "https://github.com/jesec/flood/releases/download/v4.8.2/flood-linux-arm64.deb" + arm64.sha256 = "fdaedc6fee39f9d2b00136342610c114116f453fee57ca2d519f46fc5dfb09d6" + amd64.url = "https://github.com/jesec/flood/releases/download/v4.8.2/flood-linux-x64.deb" + amd64.sha256 = "0bb394c7553b87b416776d51c211fe653b332f0497f1ddf2541b15c9f0cb8340" autoupdate.strategy = "latest_github_release" autoupdate.asset.arm64 = "flood-linux-arm64.deb" diff --git a/scripts/restore b/scripts/restore index 39efbc7..3502225 100755 --- a/scripts/restore +++ b/scripts/restore @@ -37,7 +37,7 @@ chown -R $app:www-data "$data_dir" ynh_script_progression --message="Reinstalling dependencies..." tmpdir="$(mktemp -d)" -ynh_setup_source --dest_dir="$tmpdir" +ynh_setup_source --dest_dir="$tmpdir" --full_replace=1 dpkg -i $tmpdir/flood-linux.deb ynh_secure_remove --file="$tmpdir" diff --git a/scripts/upgrade b/scripts/upgrade index cddd324..5327702 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -54,7 +54,7 @@ ynh_add_nginx_config ynh_script_progression --message="Upgrading dependencies..." tmpdir="$(mktemp -d)" -ynh_setup_source --dest_dir="$tmpdir" +ynh_setup_source --dest_dir="$tmpdir" --full_replace=1 dpkg -i $tmpdir/flood-linux.deb ynh_secure_remove --file="$tmpdir"