From ea726bf64ea52ae498952becee0d5fc4c55eb075 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 15 Feb 2024 20:03:54 +0100 Subject: [PATCH 1/2] autoupdate.strategy = "latest_github_release" --- manifest.toml | 5 +++++ 1 file changed, 5 insertions(+) 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] From d7886cff5ea314130ee098a37c9e82e1ea316324 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 15 Feb 2024 19:03:58 +0000 Subject: [PATCH 2/2] Auto-update README --- README.md | 6 +++--- README_fr.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4f90a31..bbbe741 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -39,7 +39,7 @@ Beehive is an event and agent system, which allows you to create your own agents ## Documentation and resources * Upstream app code repository: -* YunoHost documentation for this app: +* YunoHost Store: * Report a bug: ## Developer info @@ -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 77ab085..0aa1745 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,5 +1,5 @@ @@ -39,7 +39,7 @@ Beehive is an event and agent system, which allows you to create your own agents ## Documentations et ressources * Dépôt de code officiel de l’app : -* Documentation YunoHost pour cette app : +* YunoHost Store: * Signaler un bug : ## Informations pour les développeurs