mirror of
https://github.com/YunoHost-Apps/dispatch_ynh.git
synced 2024-09-03 18:25:53 +02:00
manifest: fix regex syntax for source autoupdate
This commit is contained in:
parent
c31100540c
commit
ddfa3da25e
1 changed files with 3 additions and 3 deletions
|
@ -46,9 +46,9 @@ ram.runtime = "50M"
|
||||||
armhf.sha256 = "07c678c29dea633fe7e372c48cebe1876bfc43b0f7abbd88a55318587994750c"
|
armhf.sha256 = "07c678c29dea633fe7e372c48cebe1876bfc43b0f7abbd88a55318587994750c"
|
||||||
|
|
||||||
autoupdate.strategy = "latest_github_release"
|
autoupdate.strategy = "latest_github_release"
|
||||||
autoupdate.asset.arm64 = "dispatch_*_linux_arm64.tar.gz"
|
autoupdate.asset.arm64 = "dispatch_.*_linux_arm64.tar.gz"
|
||||||
autoupdate.asset.amd64 = "dispatch_*_linux_x64.tar.gz"
|
autoupdate.asset.amd64 = "dispatch_.*_linux_x64.tar.gz"
|
||||||
autoupdate.asset.armhf = "dispatch_*_linux_armv7.tar.gz"
|
autoupdate.asset.armhf = "dispatch_.*_linux_armv7.tar.gz"
|
||||||
|
|
||||||
[resources.ports]
|
[resources.ports]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue