mirror of
https://github.com/YunoHost-Apps/gogs_ynh.git
synced 2024-09-03 20:36:23 +02:00
manifest: fix regex for autoupdate..
This commit is contained in:
parent
caa15ad557
commit
5bb9bcd696
1 changed files with 4 additions and 4 deletions
|
@ -57,10 +57,10 @@ ram.runtime = "50M"
|
||||||
i386.sha256 = "c4ddd0c9f1d9216ff15e0fbcb53f9da0999d0a3e84b2e270601aa86c8ff6f00c"
|
i386.sha256 = "c4ddd0c9f1d9216ff15e0fbcb53f9da0999d0a3e84b2e270601aa86c8ff6f00c"
|
||||||
|
|
||||||
autoupdate.strategy = "latest_github_release"
|
autoupdate.strategy = "latest_github_release"
|
||||||
autoupdate.asset.amd64 = "gogs_*_linux_amd64.tar.gz"
|
autoupdate.asset.amd64 = "gogs_.*_linux_amd64.tar.gz"
|
||||||
autoupdate.asset.arm64 = "gogs_*_linux_armv8.tar.gz"
|
autoupdate.asset.arm64 = "gogs_.*_linux_armv8.tar.gz"
|
||||||
autoupdate.asset.i386 = "gogs_*_linux_386.tar.gz"
|
autoupdate.asset.i386 = "gogs_.*_linux_386.tar.gz"
|
||||||
autoupdate.asset.armhf = "gogs_*_linux_armv7.tar.gz"
|
autoupdate.asset.armhf = "gogs_.*_linux_armv7.tar.gz"
|
||||||
|
|
||||||
[resources.ports]
|
[resources.ports]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue