diff --git a/README.md b/README.md index adb8118..a74cdf7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -52,4 +52,4 @@ or sudo yunohost app upgrade statpingng -u https://github.com/YunoHost-Apps/statpingng_ynh/tree/testing --debug ``` -**More info regarding app packaging:** +**More info regarding app packaging:** \ No newline at end of file diff --git a/README_fr.md b/README_fr.md index d62a961..d9372e5 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,5 +1,5 @@ diff --git a/manifest.toml b/manifest.toml index 778ccb8..8c875e3 100644 --- a/manifest.toml +++ b/manifest.toml @@ -65,6 +65,12 @@ ram.runtime = "50M" armhf.url = "https://github.com/statping-ng/statping-ng/releases/download/v0.90.80/statping-linux-arm-7.tar.gz" armhf.sha256 = "05806be5e5b66751283e39c193335d266a9268821aab8710183eb74b06cc8bb2" + autoupdate.strategy = "latest_github_release" + autoupdate.asset.amd64 = "^statping-linux-amd64.tar.gz$" + autoupdate.asset.arm64 = "^statping-linux-arm64.tar.gz$" + autoupdate.asset.i386 = "^statping-linux-386.tar.gz$" + autoupdate.asset.rmhf = "^statping-linux-arm-7.tar.gz$" + [resources.ports] [resources.system_user]