mirror of
https://github.com/YunoHost-Apps/matrix-appservice-irc_ynh.git
synced 2024-09-03 19:36:37 +02:00
Change autoupdate strategy. (#3)
This commit is contained in:
parent
26c9573a07
commit
806770f448
1 changed files with 1 additions and 2 deletions
|
@ -83,8 +83,7 @@ ram.runtime = "1024M"
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/matrix-org/matrix-appservice-irc/archive/refs/tags/1.0.1.tar.gz"
|
url = "https://github.com/matrix-org/matrix-appservice-irc/archive/refs/tags/1.0.1.tar.gz"
|
||||||
sha256 = "ac58ca1e7ed1a496b0ec69cd7079f67c2e3ad5007f24bdacd63fc992cc442ce3"
|
sha256 = "ac58ca1e7ed1a496b0ec69cd7079f67c2e3ad5007f24bdacd63fc992cc442ce3"
|
||||||
autoupdate.strategy = "latest_github_release"
|
autoupdate.strategy = "latest_github_tag"
|
||||||
autoupdate.asset = "*.tar.gz"
|
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
home = "/opt/yunohost/__APP__"
|
home = "/opt/yunohost/__APP__"
|
||||||
|
|
Loading…
Add table
Reference in a new issue