mirror of
https://github.com/YunoHost-Apps/code-server_ynh.git
synced 2024-09-03 18:16:28 +02:00
Merge pull request #43 from YunoHost-Apps/ci-auto-update-v4.9.1
Upgrade to version 4.9.1
This commit is contained in:
commit
3e4d4afaa5
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
|
||||
|
||||
**Shipped version:** 4.8.3~ynh1
|
||||
**Shipped version:** 4.9.1~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -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.3~ynh1
|
||||
**Version incluse :** 4.9.1~ynh1
|
||||
|
||||
## Captures d'écran
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.8.3/code-server-4.8.3-linux-amd64.tar.gz
|
||||
SOURCE_SUM=16e8b600d03eec710a7b4d6380986ba3414e7e3aa503da90b518d4fd066e220a
|
||||
SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.9.1/code-server-4.9.1-linux-amd64.tar.gz
|
||||
SOURCE_SUM=3ea79c9dc03544ea06abe7da660c1bc0e4376337070211d98ffa8c33889cd57e
|
||||
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.8.3/code-server-4.8.3-linux-arm64.tar.gz
|
||||
SOURCE_SUM=b7b4cd77c992ea3e982d399f0e40b98707ceaf7e0960eeb84ba674f54315c595
|
||||
SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.9.1/code-server-4.9.1-linux-arm64.tar.gz
|
||||
SOURCE_SUM=6e9fedb726eb13b5ef60a77bf16a1ee9911684b7e211e90eee7a0e9e82bac9e4
|
||||
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.8.3/code-server-4.8.3-linux-armv7l.tar.gz
|
||||
SOURCE_SUM=6fc7d4623dea3b7869d37ae8a75a26bec6f0bfbf061e7698495e3226defa9101
|
||||
SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.9.1/code-server-4.9.1-linux-armv7l.tar.gz
|
||||
SOURCE_SUM=d3d25a254b2d844a5e9b4ff5a5c0eb07141aad8cc2e10c56d9a332bcc5e85acf
|
||||
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.8.3~ynh1",
|
||||
"version": "4.9.1~ynh1",
|
||||
"url": "https://github.com/coder/code-server",
|
||||
"upstream": {
|
||||
"license": "MIT",
|
||||
|
|
Loading…
Reference in a new issue