From 8735a1aebeb56760c9cd91aeeff3da9df2d6e1e5 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 17 Mar 2023 06:09:27 +0000 Subject: [PATCH 1/6] Upgrade to v4.11.0 --- conf/amd64.src | 4 ++-- conf/arm64.src | 4 ++-- conf/armhf.src | 4 ++-- manifest.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/conf/amd64.src b/conf/amd64.src index 5d2fc3c..f6fec09 100644 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.10.1/code-server-4.10.1-linux-amd64.tar.gz -SOURCE_SUM=f34ce611a9c058982a5e9d200fdf009788e3a564e970b053f4145574bce21b09 +SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.11.0/code-server-4.11.0-linux-amd64.tar.gz +SOURCE_SUM=4eb233054941ec298caec6fc84dfba0a72c1bc5fadc0fe4896b10f3f4a291d51 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/arm64.src b/conf/arm64.src index 62129d6..59917ed 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.10.1/code-server-4.10.1-linux-arm64.tar.gz -SOURCE_SUM=2ece74d2f2512febab9d940deee432b210ea89ac1f13eeb6a0d65d2861c212dc +SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.11.0/code-server-4.11.0-linux-arm64.tar.gz +SOURCE_SUM=81bf50ac0f4a49b8f92e3ab27816a4b25d95dcff68eb81b310090e14360cf9c4 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/armhf.src b/conf/armhf.src index 7c15864..d310786 100644 --- a/conf/armhf.src +++ b/conf/armhf.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.10.1/code-server-4.10.1-linux-armv7l.tar.gz -SOURCE_SUM=5c5b414ebdc6b3127e6a8d385295283f2dfd0b94523f60479d89f267950d0b67 +SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.11.0/code-server-4.11.0-linux-armv7l.tar.gz +SOURCE_SUM=5ac3f038389ec434fd9eb51c6225b0d9985c5aadf431b329a91868a3ed41a1c8 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 582b737..e1faed0 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.10.1~ynh1", + "version": "4.11.0~ynh1", "url": "https://github.com/coder/code-server", "upstream": { "license": "MIT", From a97b62a50c83ef0f886a3dcf51359ee2451a94d8 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 17 Mar 2023 06:09:32 +0000 Subject: [PATCH 2/6] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a591e92..5914b4a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,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.10.1~ynh1 +**Shipped version:** 4.11.0~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index d1e8447..6ee4938 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Lancez VS Code sur votre serveur et accédez-y depuis votre navigateur -**Version incluse :** 4.10.1~ynh1 +**Version incluse :** 4.11.0~ynh1 ## Captures d’écran From 77a199134cc65693ac11d64518f6e2317ac965bf Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 22 Apr 2023 06:09:21 +0000 Subject: [PATCH 3/6] Upgrade to v4.12.0 --- conf/amd64.src | 4 ++-- conf/arm64.src | 4 ++-- conf/armhf.src | 4 ++-- manifest.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/conf/amd64.src b/conf/amd64.src index f6fec09..b12ae3f 100644 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.11.0/code-server-4.11.0-linux-amd64.tar.gz -SOURCE_SUM=4eb233054941ec298caec6fc84dfba0a72c1bc5fadc0fe4896b10f3f4a291d51 +SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.12.0/code-server-4.12.0-linux-amd64.tar.gz +SOURCE_SUM=d50ee947c4144a6ff2656e664ecbb3f70b75168b8a6e8c3eef47787f3c240c26 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/arm64.src b/conf/arm64.src index 59917ed..509d186 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.11.0/code-server-4.11.0-linux-arm64.tar.gz -SOURCE_SUM=81bf50ac0f4a49b8f92e3ab27816a4b25d95dcff68eb81b310090e14360cf9c4 +SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.12.0/code-server-4.12.0-linux-arm64.tar.gz +SOURCE_SUM=2cddd82a010f61a4bd20d6cc3c50e924b01a83e938e5e4e882e36a541208f7c8 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/armhf.src b/conf/armhf.src index d310786..b002967 100644 --- a/conf/armhf.src +++ b/conf/armhf.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.11.0/code-server-4.11.0-linux-armv7l.tar.gz -SOURCE_SUM=5ac3f038389ec434fd9eb51c6225b0d9985c5aadf431b329a91868a3ed41a1c8 +SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.12.0/code-server-4.12.0-linux-armv7l.tar.gz +SOURCE_SUM=fe8e14d2b1e0c5ea3b598dd465e19a52321ab905adce6fc6890efdd5286a0af3 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index e1faed0..e5061fb 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.11.0~ynh1", + "version": "4.12.0~ynh1", "url": "https://github.com/coder/code-server", "upstream": { "license": "MIT", From 9c4cdb470f31c421bf0e7f7a3497cd46397c1405 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 22 Apr 2023 06:09:27 +0000 Subject: [PATCH 4/6] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5914b4a..162b148 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,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.11.0~ynh1 +**Shipped version:** 4.12.0~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 6ee4938..7c2cf4b 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Lancez VS Code sur votre serveur et accédez-y depuis votre navigateur -**Version incluse :** 4.11.0~ynh1 +**Version incluse :** 4.12.0~ynh1 ## Captures d’écran From fed919948ec462ffadb7d1a6e138fb5e37a99d2a Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 20 May 2023 06:09:28 +0000 Subject: [PATCH 5/6] Upgrade to v4.13.0 --- conf/amd64.src | 4 ++-- conf/arm64.src | 4 ++-- conf/armhf.src | 4 ++-- manifest.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/conf/amd64.src b/conf/amd64.src index b12ae3f..18e56f3 100644 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.12.0/code-server-4.12.0-linux-amd64.tar.gz -SOURCE_SUM=d50ee947c4144a6ff2656e664ecbb3f70b75168b8a6e8c3eef47787f3c240c26 +SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.13.0/code-server-4.13.0-linux-amd64.tar.gz +SOURCE_SUM=de103fb2d7f6df1395c6a6692c1dccb1474895cd2bc467be457e039ab9d858ac SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/arm64.src b/conf/arm64.src index 509d186..7eaed70 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.12.0/code-server-4.12.0-linux-arm64.tar.gz -SOURCE_SUM=2cddd82a010f61a4bd20d6cc3c50e924b01a83e938e5e4e882e36a541208f7c8 +SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.13.0/code-server-4.13.0-linux-arm64.tar.gz +SOURCE_SUM=e9d81ae13a6f02c3350c0eca021d6b0b381bf459475fcbcc3e861fa3d19b1eff SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/armhf.src b/conf/armhf.src index b002967..38bfaea 100644 --- a/conf/armhf.src +++ b/conf/armhf.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.12.0/code-server-4.12.0-linux-armv7l.tar.gz -SOURCE_SUM=fe8e14d2b1e0c5ea3b598dd465e19a52321ab905adce6fc6890efdd5286a0af3 +SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.13.0/code-server-4.13.0-linux-armv7l.tar.gz +SOURCE_SUM=20aed6fb13424edc2c1997e3241dc4c7d51a29e0a3e7349696715f61d10762c7 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index e5061fb..2eb4d0c 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.12.0~ynh1", + "version": "4.13.0~ynh1", "url": "https://github.com/coder/code-server", "upstream": { "license": "MIT", From 05512f623f759e835dcc70f3ef5fcaca0f92c87e Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 20 May 2023 06:09:34 +0000 Subject: [PATCH 6/6] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 162b148..1389c11 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,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.12.0~ynh1 +**Shipped version:** 4.13.0~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 7c2cf4b..e38e6b6 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Lancez VS Code sur votre serveur et accédez-y depuis votre navigateur -**Version incluse :** 4.12.0~ynh1 +**Version incluse :** 4.13.0~ynh1 ## Captures d’écran