mirror of
https://github.com/YunoHost-Apps/code-server_ynh.git
synced 2024-09-03 18:16:28 +02:00
commit
b3a63641c3
5 changed files with 8 additions and 8 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
|
||||
|
||||
**Shipped version:** 4.0.1~ynh1
|
||||
**Shipped version:** 4.0.2~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
|
||||
|
||||
**Version incluse :** 4.0.1~ynh1
|
||||
**Version incluse :** 4.0.2~ynh1
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.0.1/code-server-4.0.1-linux-amd64.tar.gz
|
||||
SOURCE_SUM=5fe6d26e9d19e685946f0f392d9c822e5303a800cac3ac54a6a2c26104d239fd
|
||||
SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.0.2/code-server-4.0.2-linux-amd64.tar.gz
|
||||
SOURCE_SUM=68c11afa3288707a6880920013d8bac7404cd590eb4f63cac92979d0b0bf4fd1
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.0.1/code-server-4.0.1-linux-amd64.tar.gz
|
||||
SOURCE_SUM=5fe6d26e9d19e685946f0f392d9c822e5303a800cac3ac54a6a2c26104d239fd
|
||||
SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.0.2/code-server-4.0.2-linux-arm64.tar.gz
|
||||
SOURCE_SUM=bdcac68d4ae0f73ad96ea633952d4b45e2152fb406539d0fce6d51f4a0cca247
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -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.0.1~ynh1",
|
||||
"version": "4.0.2~ynh1",
|
||||
"url": "https://github.com/coder/code-server",
|
||||
"upstream": {
|
||||
"license": "MIT",
|
||||
|
@ -26,7 +26,7 @@
|
|||
"nginx"
|
||||
],
|
||||
"arguments": {
|
||||
"install" : [
|
||||
"install": [
|
||||
{
|
||||
"name": "domain",
|
||||
"type": "domain"
|
||||
|
|
Loading…
Reference in a new issue