mirror of
https://github.com/YunoHost-Apps/ntfy_ynh.git
synced 2024-09-03 19:46:27 +02:00
Switch to manifest src handling - take 2
This commit is contained in:
parent
c52f1a493e
commit
1d5e20a994
1 changed files with 4 additions and 4 deletions
|
@ -46,10 +46,10 @@ ram.runtime = "50M"
|
|||
[resources.sources]
|
||||
[resources.sources.main]
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
|
||||
autoupdate.asset.amd64 = ".*_linux_amd64\.tar\.gz"
|
||||
autoupdate.asset.arm64 = ".*_linux_arm64\.tar\.gz"
|
||||
autoupdate.asset.armhf = ".*_linux_armv7\.tar\.gz"
|
||||
|
||||
autoupdate.asset.amd64 = '.*_linux_amd64\.tar\.gz'
|
||||
autoupdate.asset.arm64 = '.*_linux_arm64\.tar\.gz'
|
||||
autoupdate.asset.armhf = '.*_linux_armv7\.tar\.gz'
|
||||
|
||||
amd64.url = "https://github.com/binwiederhier/ntfy/releases/download/v2.7.0/ntfy_2.7.0_linux_amd64.tar.gz"
|
||||
amd64.sha256 = "2218bea3204348700034cff652437e317b8ed2466aa58d8b2444b41b68eaf5e2"
|
||||
|
|
Loading…
Add table
Reference in a new issue