diff --git a/manifest.toml b/manifest.toml index 9adeed1..43f0845 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "code-server" description.en = "Run VS Code on your server and access it in the browser" description.fr = "Lancez VS Code sur votre serveur et accédez-y depuis votre navigateur" -version = "4.89.1~ynh1" +version = "4.90.0~ynh1" maintainers = ["Tagada"] @@ -35,12 +35,12 @@ ram.runtime = "100M" [resources] [resources.sources.main] - amd64.url = "https://github.com/coder/code-server/releases/download/v4.89.1/code-server-4.89.1-linux-amd64.tar.gz" - amd64.sha256 = "5c3769b1ab5cbb2eceb092524dc46f558905e4260155b477d3a313f9ea25ca33" - arm64.url = "https://github.com/coder/code-server/releases/download/v4.89.1/code-server-4.89.1-linux-arm64.tar.gz" - arm64.sha256 = "69d3d1f7158d6e2125bd2f831611ab959a2aa80d5a7d96422a44070eb2b8645b" - armhf.url = "https://github.com/coder/code-server/releases/download/v4.89.1/code-server-4.89.1-linux-armv7l.tar.gz" - armhf.sha256 = "5d133acce29c6b89d17cef93fe577baf66da8c90ea57ec811ee7872dc4f5ee39" + amd64.url = "https://github.com/coder/code-server/releases/download/v4.90.0/code-server-4.90.0-linux-amd64.tar.gz" + amd64.sha256 = "cdbe0bf6a80407d41fab41d3d0cc98186ef9f7bca0f7500419b5ed9259dbf33f" + arm64.url = "https://github.com/coder/code-server/releases/download/v4.90.0/code-server-4.90.0-linux-arm64.tar.gz" + arm64.sha256 = "0bb1da27fa665de2e59145a58b37c844be3e8ff5b5c2c0117ac0ebe7c9003ac6" + armhf.url = "https://github.com/coder/code-server/releases/download/v4.90.0/code-server-4.90.0-linux-armv7l.tar.gz" + armhf.sha256 = "0d4e4d14d8bb165e20111d94c73f664ead4476139e7dcb0a82d8e921157ab9c5" autoupdate.strategy = "latest_github_release" autoupdate.asset.arm64 = "code-server-.*-linux-arm64.tar.gz"