1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flood_ynh.git synced 2024-09-03 18:36:20 +02:00

Merge pull request #16 from YunoHost-Apps/testing

Testing 4.8.2~ynh1
This commit is contained in:
eric_G 2024-05-04 08:19:27 +02:00 committed by GitHub
commit b577c138bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 12 additions and 12 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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
## 截图

View file

@ -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"

View file

@ -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"

View file

@ -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"