1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/code-server_ynh.git synced 2024-09-03 18:16:28 +02:00

Merge pull request #37 from YunoHost-Apps/ci-auto-update-v4.8.1

Upgrade to version 4.8.1
This commit is contained in:
Tagada 2022-10-30 23:02:48 +01:00 committed by GitHub
commit 797c261583
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 9 additions and 9 deletions

View file

@ -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.7.1~ynh1 **Shipped version:** 4.8.1~ynh1
## Screenshots ## Screenshots

View file

@ -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 Lancez VS Code sur votre serveur et accédez-y depuis votre navigateur
**Version incluse :** 4.7.1~ynh1 **Version incluse :** 4.8.1~ynh1
## Captures d'écran ## Captures d'écran

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.7.1/code-server-4.7.1-linux-amd64.tar.gz SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.8.1/code-server-4.8.1-linux-amd64.tar.gz
SOURCE_SUM=b8921d05752638bc051adb55578328d44c448f4aa2ec249078b0143d78295ca7 SOURCE_SUM=8de63e8cdaf9cff0b9cc0b642cd713cad32a44e15d558dad21c2aea5ba079b19
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.7.1/code-server-4.7.1-linux-arm64.tar.gz SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.8.1/code-server-4.8.1-linux-arm64.tar.gz
SOURCE_SUM=63af82068c78dcbc349f600b3fb600e51d37735db718aab1d8af701b67ce8eb2 SOURCE_SUM=2c6ed7d98e6e03d8bf54882538ab0fc3fe0930a425bc0028e7279283687345ac
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.7.1/code-server-4.7.1-linux-armv7l.tar.gz SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.8.1/code-server-4.8.1-linux-armv7l.tar.gz
SOURCE_SUM=5f4578f1d026e31214ce119daea897f4177cbad9d9b215a4b2e4dfae54424f11 SOURCE_SUM=0c8628eed0e459c9eeac31c25bff63071985104e465cd6526bc0ee1655888f7d
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true

View file

@ -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.7.1~ynh1", "version": "4.8.1~ynh1",
"url": "https://github.com/coder/code-server", "url": "https://github.com/coder/code-server",
"upstream": { "upstream": {
"license": "MIT", "license": "MIT",