From 1374379cb642ee15f43a4522950a8bda8c322dc3 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Sun, 19 May 2024 13:32:29 +0200 Subject: [PATCH] Update manifest.toml: there is no point having an autoupdater which is known to crash... --- manifest.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/manifest.toml b/manifest.toml index c8695fe..527acb2 100644 --- a/manifest.toml +++ b/manifest.toml @@ -40,12 +40,6 @@ ram.runtime = "50M" amd64.url = "https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.17.21-linux-x86_64.tar.gz" amd64.sha256 = "e38938059bac6020de17be3a8804a25e55f40a5adc2edf2eda3e23897a2545e2" - # This is only for notification purposes! Generated PRs will be invalid. - autoupdate.strategy = "latest_github_release" - autoupdate.version_regex = "(v7\\..*)" - autoupdate.asset.amd64 = "tarball" - autoupdate.asset.arm64 = "tarball" - [resources.system_user] [resources.install_dir]