mirror of
https://github.com/YunoHost-Apps/armadietto_ynh.git
synced 2024-09-03 18:06:18 +02:00
Add autoupdate, bump revision for packagingv2
This commit is contained in:
parent
ad520cded9
commit
279af11bff
1 changed files with 9 additions and 1 deletions
|
@ -7,7 +7,7 @@ name = "Armadietto"
|
||||||
description.en = "RemoteStorage server running as a nodejs web service with systemd"
|
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"
|
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"]
|
maintainers = ["bencharp"]
|
||||||
|
|
||||||
|
@ -44,6 +44,14 @@ ram.runtime = "100M"
|
||||||
default = false
|
default = false
|
||||||
|
|
||||||
[resources]
|
[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.system_user]
|
||||||
|
|
||||||
[resources.install_dir]
|
[resources.install_dir]
|
||||||
|
|
Loading…
Add table
Reference in a new issue