From d4a9baf6e28b1c2f9c6c4bd06862d31c3f5f2a50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Mon, 12 Aug 2024 13:08:15 +0200 Subject: [PATCH] Add autoupdate --- manifest.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/manifest.toml b/manifest.toml index 0f586ae..bef8d3d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -58,6 +58,15 @@ ram.runtime = "50M" example = "30G" [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.permissions] [resources.apt]