From 769ded0f898d20eb223b14e496186ba93e8746db Mon Sep 17 00:00:00 2001 From: Florent Date: Sun, 17 Mar 2024 23:31:51 +0100 Subject: [PATCH] fix autoupdater Once the PR is open, the maintainer has to manually change the download URL --- manifest.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifest.toml b/manifest.toml index 7c563d0..5f509a9 100644 --- a/manifest.toml +++ b/manifest.toml @@ -35,11 +35,14 @@ ram.runtime = "50M" [resources.sources.main] arm64.url = "https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.11.1-linux-aarch64.tar.gz" arm64.sha256 = "1728d26f398b58156411f80b871a2d5a0825ae446a8bec70a01a952fe7c707cb" + autoupdate.asset.arm64 = ".*\\.tar\\.gz$" amd64.url = "https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.11.1-linux-x86_64.tar.gz" amd64.sha256 = "dd8572e4f50ffbe4079cce315b17c25e3cebaa02fd7eb134d2aa222703459780" + autoupdate.asset.amd64 = ".*\\.tar\\.gz$" autoupdate.upstream = "https://github.com/elastic/elasticsearch/" autoupdate.strategy = "latest_github_release" + [resources.system_user] [resources.install_dir]