From 279af11bffe3c30e6237fd371449bc8f80f63ed7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Thu, 11 Apr 2024 12:33:27 +0200 Subject: [PATCH] Add autoupdate, bump revision for packagingv2 --- manifest.toml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 2128307..7137ca4 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Armadietto" description.en = "RemoteStorage server running as a nodejs web service with systemd" description.fr = "Serveur remoteStorage excécuté en tant que service web nodejs par systemd" -version = "0.2.0~ynh2" +version = "0.2.0~ynh3" maintainers = ["bencharp"] @@ -44,6 +44,14 @@ ram.runtime = "100M" default = false [resources] + [resources.sources.main] + # NOT used in install script, only for autoupdate + url = "https://github.com/remotestorage/armadietto/archive/refs/tags/v0.2.0.tar.gz" + sha256 = "b12859a358fa5837eda612e8a2c86062a6d4f3a43fcc52b54decd84262a3bfcf" + prefetch = false + autoupdate.strategy = "latest_github_release" + autoupdate.needs_manual_tweaks = true + [resources.system_user] [resources.install_dir]