diff --git a/README.md b/README.md index 855054f..904fa83 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.7.0~ynh1 +**Shipped version:** 4.7.1~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 8badd57..4a9f980 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.7.0~ynh1 +**Version incluse :** 4.7.1~ynh1 ## Captures d'écran diff --git a/conf/amd64.src b/conf/amd64.src index c6fbc60..384d5b3 100644 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.7.0/code-server-4.7.0-linux-amd64.tar.gz -SOURCE_SUM=5521d2f27c60a2e9b88ac694569da25325b546fa6eb745d05a9bbb1af6719764 +SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.7.1/code-server-4.7.1-linux-amd64.tar.gz +SOURCE_SUM=b8921d05752638bc051adb55578328d44c448f4aa2ec249078b0143d78295ca7 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/arm64.src b/conf/arm64.src index 157bc66..9e8dcd2 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.7.0/code-server-4.7.0-linux-arm64.tar.gz -SOURCE_SUM=bcd875d988be20f6cb4693986036c555fb26c8a5d1f2aee325dfafc4ae0831f7 +SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.7.1/code-server-4.7.1-linux-arm64.tar.gz +SOURCE_SUM=63af82068c78dcbc349f600b3fb600e51d37735db718aab1d8af701b67ce8eb2 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/armhf.src b/conf/armhf.src index 2a17ec0..04451d0 100644 --- a/conf/armhf.src +++ b/conf/armhf.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.7.0/code-server-4.7.0-linux-armv7l.tar.gz -SOURCE_SUM=a6bd119782d95be17b1bdd42d6932abda8cdd6935ef8602951c4659ba5fb2ebf +SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.7.1/code-server-4.7.1-linux-armv7l.tar.gz +SOURCE_SUM=5f4578f1d026e31214ce119daea897f4177cbad9d9b215a4b2e4dfae54424f11 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index db287a8..2f723e4 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.7.0~ynh1", + "version": "4.7.1~ynh1", "url": "https://github.com/coder/code-server", "upstream": { "license": "MIT",