diff --git a/README.md b/README.md index a591e92..5914b4a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Run VS Code on your server and access it in the browser -**Shipped version:** 4.10.1~ynh1 +**Shipped version:** 4.11.0~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index d1e8447..6ee4938 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Lancez VS Code sur votre serveur et accédez-y depuis votre navigateur -**Version incluse :** 4.10.1~ynh1 +**Version incluse :** 4.11.0~ynh1 ## Captures d’écran diff --git a/conf/amd64.src b/conf/amd64.src index 5d2fc3c..f6fec09 100644 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.10.1/code-server-4.10.1-linux-amd64.tar.gz -SOURCE_SUM=f34ce611a9c058982a5e9d200fdf009788e3a564e970b053f4145574bce21b09 +SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.11.0/code-server-4.11.0-linux-amd64.tar.gz +SOURCE_SUM=4eb233054941ec298caec6fc84dfba0a72c1bc5fadc0fe4896b10f3f4a291d51 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/arm64.src b/conf/arm64.src index 62129d6..59917ed 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.10.1/code-server-4.10.1-linux-arm64.tar.gz -SOURCE_SUM=2ece74d2f2512febab9d940deee432b210ea89ac1f13eeb6a0d65d2861c212dc +SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.11.0/code-server-4.11.0-linux-arm64.tar.gz +SOURCE_SUM=81bf50ac0f4a49b8f92e3ab27816a4b25d95dcff68eb81b310090e14360cf9c4 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/armhf.src b/conf/armhf.src index 7c15864..d310786 100644 --- a/conf/armhf.src +++ b/conf/armhf.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.10.1/code-server-4.10.1-linux-armv7l.tar.gz -SOURCE_SUM=5c5b414ebdc6b3127e6a8d385295283f2dfd0b94523f60479d89f267950d0b67 +SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.11.0/code-server-4.11.0-linux-armv7l.tar.gz +SOURCE_SUM=5ac3f038389ec434fd9eb51c6225b0d9985c5aadf431b329a91868a3ed41a1c8 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 582b737..e1faed0 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.10.1~ynh1", + "version": "4.11.0~ynh1", "url": "https://github.com/coder/code-server", "upstream": { "license": "MIT",