mirror of
https://github.com/YunoHost-Apps/focalboard_ynh.git
synced 2024-09-03 18:36:19 +02:00
Update manifest.toml
Fix autoupdate asset regex
This commit is contained in:
parent
ce952ee573
commit
d6596e0b81
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ ram.runtime = "50M"
|
||||||
url = "https://github.com/mattermost/focalboard/releases/download/v7.11.3/focalboard-server-linux-amd64.tar.gz"
|
url = "https://github.com/mattermost/focalboard/releases/download/v7.11.3/focalboard-server-linux-amd64.tar.gz"
|
||||||
sha256 = "3515ef5b90fe2d958b8869e0191915f0ca46ee4e6950e16c9647423981ebeecd"
|
sha256 = "3515ef5b90fe2d958b8869e0191915f0ca46ee4e6950e16c9647423981ebeecd"
|
||||||
autoupdate.strategy = "latest_github_release"
|
autoupdate.strategy = "latest_github_release"
|
||||||
autoupdate.asset = "^.*focalboard-*linux-amd64.tar.gz$"
|
autoupdate.asset = "^.*focalboard-.*linux-amd64.tar.gz$"
|
||||||
|
|
||||||
[resources.ports]
|
[resources.ports]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue