diff --git a/README.md b/README.md index 9c610fd..4668679 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,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.8.1~ynh1 +**Shipped version:** 4.8.2~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 943c00c..bb7382b 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,7 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Lancez VS Code sur votre serveur et accédez-y depuis votre navigateur -**Version incluse :** 4.8.1~ynh1 +**Version incluse :** 4.8.2~ynh1 ## Captures d'écran diff --git a/conf/amd64.src b/conf/amd64.src index 0471061..cd6d054 100644 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.8.1/code-server-4.8.1-linux-amd64.tar.gz -SOURCE_SUM=8de63e8cdaf9cff0b9cc0b642cd713cad32a44e15d558dad21c2aea5ba079b19 +SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.8.2/code-server-4.8.2-linux-amd64.tar.gz +SOURCE_SUM=cac7070f96e810e8cbbbf49d634a7a1370435b2b585b59ec69cb54bd4fe78595 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/arm64.src b/conf/arm64.src index e7ea6a6..40eadc7 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.8.1/code-server-4.8.1-linux-arm64.tar.gz -SOURCE_SUM=2c6ed7d98e6e03d8bf54882538ab0fc3fe0930a425bc0028e7279283687345ac +SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.8.2/code-server-4.8.2-linux-arm64.tar.gz +SOURCE_SUM=3430faacbc71db11c5970ea8f7e5cb52e9c75dfefdc16e78f06523a23556fb2b SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/armhf.src b/conf/armhf.src index 16e3a51..cf37022 100644 --- a/conf/armhf.src +++ b/conf/armhf.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.8.1/code-server-4.8.1-linux-armv7l.tar.gz -SOURCE_SUM=0c8628eed0e459c9eeac31c25bff63071985104e465cd6526bc0ee1655888f7d +SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.8.2/code-server-4.8.2-linux-armv7l.tar.gz +SOURCE_SUM=0d29617f1be1c9a4fd8eaad766626f404682f5b8f6ea7a16c7518631fe003565 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index a28fcb6..05b9f2f 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.8.1~ynh1", + "version": "4.8.2~ynh1", "url": "https://github.com/coder/code-server", "upstream": { "license": "MIT",