diff --git a/README.md b/README.md index a591e92..1389c11 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.13.0~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index d1e8447..e38e6b6 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.13.0~ynh1 ## Captures d’écran diff --git a/conf/amd64.src b/conf/amd64.src index 5d2fc3c..18e56f3 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.13.0/code-server-4.13.0-linux-amd64.tar.gz +SOURCE_SUM=de103fb2d7f6df1395c6a6692c1dccb1474895cd2bc467be457e039ab9d858ac SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/arm64.src b/conf/arm64.src index 62129d6..7eaed70 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.13.0/code-server-4.13.0-linux-arm64.tar.gz +SOURCE_SUM=e9d81ae13a6f02c3350c0eca021d6b0b381bf459475fcbcc3e861fa3d19b1eff SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/armhf.src b/conf/armhf.src index 7c15864..38bfaea 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.13.0/code-server-4.13.0-linux-armv7l.tar.gz +SOURCE_SUM=20aed6fb13424edc2c1997e3241dc4c7d51a29e0a3e7349696715f61d10762c7 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 582b737..2eb4d0c 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.13.0~ynh1", "url": "https://github.com/coder/code-server", "upstream": { "license": "MIT",