From f752f415d9d6e8de138122d81108b2fc1e685e05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Mon, 12 Aug 2024 13:07:31 +0200 Subject: [PATCH] Add autoupdate --- manifest.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/manifest.toml b/manifest.toml index 5bd1007..ff4b112 100644 --- a/manifest.toml +++ b/manifest.toml @@ -77,6 +77,15 @@ ram.runtime = "50M" default = "errors_only" [resources] + [resources.sources.main] + url = "https://github.com/borgbackup/borg/archive/refs/tags/1.2.8.tar.gz" + sha256 = "0b7d124191372dda45274fbf9e393b066992fcfef05fea63714f7c5c1843fc7c" + # Only here to bump the package version + prefetch = false + + autoupdate.strategy = "latest_github_release" + autoupdate.upstream = "https://github.com/borgbackup/borg" + [resources.system_user] [resources.install_dir]