mirror of
https://github.com/YunoHost-Apps/code-server_ynh.git
synced 2024-09-03 18:16:28 +02:00
Update manifest.toml
This commit is contained in:
parent
3e70db043c
commit
238b294ab8
1 changed files with 5 additions and 1 deletions
|
@ -42,7 +42,11 @@ ram.runtime = "50M"
|
|||
amd64.sha256 = "d50ee947c4144a6ff2656e664ecbb3f70b75168b8a6e8c3eef47787f3c240c26"
|
||||
armhf.url = "https://github.com/coder/code-server/releases/download/v4.12.0/code-server-4.12.0-linux-armv7l.tar.gz"
|
||||
armhf.sha256 = "fe8e14d2b1e0c5ea3b598dd465e19a52321ab905adce6fc6890efdd5286a0af3"
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
autoupdate.asset.arm64 = "code-server-*-linux-arm64.tar.gz"
|
||||
autoupdate.asset.amd64 = "code-server-*-linux-amd64.tar.gz"
|
||||
autoupdate.asset.armhf = "code-server-*-linux-armv7l.tar.gz"
|
||||
|
||||
[resources.ports]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue