mirror of
https://github.com/YunoHost-Apps/code-server_ynh.git
synced 2024-09-03 18:16:28 +02:00
commit
b3f6947742
6 changed files with 9 additions and 9 deletions
|
@ -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
|
Run VS Code on your server and access it in the browser
|
||||||
|
|
||||||
**Shipped version:** 4.1.0~ynh1
|
**Shipped version:** 4.3.0~ynh1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,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
|
Lancez VS Code sur votre serveur et accédez-y depuis votre navigateur
|
||||||
|
|
||||||
**Version incluse :** 4.1.0~ynh1
|
**Version incluse :** 4.3.0~ynh1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.1.0/code-server-4.1.0-linux-amd64.tar.gz
|
SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.3.0/code-server-4.3.0-linux-amd64.tar.gz
|
||||||
SOURCE_SUM=f720b20d1f615b78f3a1be9b1614f3d99ed722b8da3047a4143dbe5835e52ce3
|
SOURCE_SUM=42c71e98de85270b164b023ef8eb0692cf7700c03081ba5a44eaca014a92eb57
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.1.0/code-server-4.1.0-linux-arm64.tar.gz
|
SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.3.0/code-server-4.3.0-linux-arm64.tar.gz
|
||||||
SOURCE_SUM=6f09077e0d05471521ed59f106cdde640229bc3b66a9de6a6c4463bc04ae4200
|
SOURCE_SUM=37d4543585b730c437048f37d3a759c6530237dbf7b06a1cc98514d036efdba2
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.1.0/code-server-4.1.0-linux-armv7l.tar.gz
|
SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.3.0/code-server-4.3.0-linux-armv7l.tar.gz
|
||||||
SOURCE_SUM=eae269fe76672bac089f8c6ab536def8a4d2451f2ec0cc120e3c365c0d1f61a4
|
SOURCE_SUM=bb8a43e4bca84be35cfcd62a57b4c5fa958c4e96caa61fb86e803cdbfa6acd78
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Run VS Code on your server and access it in the browser",
|
"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"
|
"fr": "Lancez VS Code sur votre serveur et accédez-y depuis votre navigateur"
|
||||||
},
|
},
|
||||||
"version": "4.1.0~ynh1",
|
"version": "4.3.0~ynh1",
|
||||||
"url": "https://github.com/coder/code-server",
|
"url": "https://github.com/coder/code-server",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
Loading…
Reference in a new issue