mirror of
https://github.com/YunoHost-Apps/matomo_ynh.git
synced 2024-09-03 19:45:56 +02:00
add autoupdate.asset to fix autoupdater
This commit is contained in:
parent
db205fa3d7
commit
712fe9f83c
1 changed files with 3 additions and 2 deletions
|
@ -51,9 +51,10 @@ ram.runtime = "50M"
|
|||
[resources.sources]
|
||||
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/matomo-org/matomo/archive/refs/tags/5.0.3.tar.gz"
|
||||
sha256 = "7cd9ac4a0cd4417d9eedfc12407a544fdfa4ddc63c37837d7c39cbd0930bf8d3"
|
||||
url = "https://github.com/matomo-org/matomo/releases/download/5.0.3/matomo-5.0.3.tar.gz"
|
||||
sha256 = "cd656ee7df4b29ac453456c6b9708d8264093ac2c99d6669d2830f31624cd626"
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
autoupdate.asset = "^matomo-.*tar.gz$"
|
||||
|
||||
[resources.system_user]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue