1
0
Fork 0
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:
OniriCorpe 2024-03-18 05:32:51 +01:00 committed by GitHub
parent db205fa3d7
commit 712fe9f83c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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]