diff --git a/conf/amd64.src b/conf/amd64.src index 9acce3f..0aad207 100644 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.3.0/code-server-4.3.0-linux-amd64.tar.gz -SOURCE_SUM=42c71e98de85270b164b023ef8eb0692cf7700c03081ba5a44eaca014a92eb57 +SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.5.0/code-server-4.5.0-linux-amd64.tar.gz +SOURCE_SUM=02d8d71e149c69969d624d8ed5671339f63eefe896cd1f833563c704bf9a94fd SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/arm64.src b/conf/arm64.src index 754a060..9b48224 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.3.0/code-server-4.3.0-linux-arm64.tar.gz -SOURCE_SUM=37d4543585b730c437048f37d3a759c6530237dbf7b06a1cc98514d036efdba2 +SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.5.0/code-server-4.5.0-linux-arm64.tar.gz +SOURCE_SUM=def05f7d483b216bf735908b388b4cdfe8816046ae9574c230d6818796d375c3 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/armhf.src b/conf/armhf.src index 3e79c5c..2c6683a 100644 --- a/conf/armhf.src +++ b/conf/armhf.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.3.0/code-server-4.3.0-linux-armv7l.tar.gz -SOURCE_SUM=bb8a43e4bca84be35cfcd62a57b4c5fa958c4e96caa61fb86e803cdbfa6acd78 +SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.5.0/code-server-4.5.0-linux-armv7l.tar.gz +SOURCE_SUM=ac79c76bcead96e3ffb6125adaf7353c94d36ac6f746ae164cf5ed8c7957ecf7 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index e9fe816..fa0ea15 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Run VS Code on your server and access it in the browser", "fr": "Lancez VS Code sur votre serveur et accédez-y depuis votre navigateur" }, - "version": "4.3.0~ynh1", + "version": "4.5.0~ynh1", "url": "https://github.com/coder/code-server", "upstream": { "license": "MIT",