1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/vikunja_ynh.git synced 2024-09-03 18:06:26 +02:00

Merge pull request #61 from CodeShakingSheep/add-autoupdate-strategy

Add autoupdate strategy
This commit is contained in:
eric_G 2024-02-18 17:57:35 +01:00 committed by GitHub
commit 1813ecc326
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,11 +59,17 @@ ram.runtime = "50M"
i386.url = "https://dl.vikunja.io/api/0.22.1/vikunja-v0.22.1-linux-386-full.zip"
i386.sha256 = "de1e271b6d3fe6024b790b95c1bf946a415598b31192638ef85589cd2c35f996"
in_subdir = false
format = "zip"
autoupdate.upstream = "https://github.com/go-vikunja/api"
autoupdate.strategy = "latest_github_tag"
[resources.sources.front]
url = "https://dl.vikunja.io/frontend/vikunja-frontend-0.22.1.zip"
sha256 = "8e4145eacb9c2d95a95a43dca2f4dd0fd30ec8934f4562017caf77f3c5f9a277"
in_subdir = false
format = "zip"
autoupdate.upstream = "https://github.com/go-vikunja/frontend"
autoupdate.strategy = "latest_github_tag"
[resources.ports]