From 9e37d3fc46f18dbf67b3eea741640735a6e26371 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 30 Aug 2024 13:52:21 +0200 Subject: [PATCH] Upgrade sources - `main` v0.6.0: https://github.com/remotestorage/armadietto/releases/tag/v0.6.0 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index acee760..141e3d4 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~ynh4" +version = "0.6.0~ynh1" maintainers = ["bencharp"] @@ -45,8 +45,8 @@ ram.runtime = "100M" [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" + url = "https://github.com/remotestorage/armadietto/archive/refs/tags/v0.6.0.tar.gz" + sha256 = "8812fcd2271c00a6f23be929683427ed62ef1e5811668988f65d5896e888b72e" prefetch = false autoupdate.strategy = "latest_github_release" autoupdate.needs_manual_tweaks = true