diff --git a/README.md b/README.md index 412d223..bbbe741 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -54,4 +54,4 @@ or sudo yunohost app upgrade beehive -u https://github.com/YunoHost-Apps/beehive_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 54e7fcd..0aa1745 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,5 +1,5 @@ diff --git a/manifest.toml b/manifest.toml index 3a8696e..f40a380 100644 --- a/manifest.toml +++ b/manifest.toml @@ -45,6 +45,11 @@ ram.runtime = "50M" armhf.url = "https://github.com/muesli/beehive/releases/download/v0.4.0/beehive_0.4.0_Linux_armv6.tar.gz" armhf.sha256 = "c1fa8f5a1935ee12f09a2bd9579281d64552897c597534361aba90ed992676fb" + autoupdate.strategy = "latest_github_release" + autoupdate.asset.arm64 = "^beehive_.*_Linux_arm64.tar.gz$" + autoupdate.asset.amd64 = "^beehive_.*_Linux_x86_64.tar.gz$" + autoupdate.asset.armhf = "^beehive_.*_Linux_armv6.tar.gz$" + [resources.ports] [resources.system_user]