1
0
Fork 0
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:
Éric Gaspar 2023-04-22 11:39:40 +02:00 committed by Tagada
parent 3e70db043c
commit 238b294ab8

View file

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