Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/client_updater_server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Schuster <michael@schuster.ms>2020-02-20 14:14:04 +0300
committerMichael Schuster <michael@schuster.ms>2020-02-20 14:14:04 +0300
commitae3a9df13b4efa80b72f18ecfa88a717db092b1d (patch)
tree8e619f0f2ecacb3fad510e44e18f23cbbd2d26d8
parentf8d3562d8a34e91c72eba701c033a74d86d4b251 (diff)
Hold back Desktop update 2.6.3 for now (missing translations)
Due to missing translations, to avoid having users to install the buggy version before a fix comes available. Signed-off-by: Michael Schuster <michael@schuster.ms>
-rw-r--r--config/config.php20
1 files changed, 10 insertions, 10 deletions
diff --git a/config/config.php b/config/config.php
index 752679a..ed66719 100644
--- a/config/config.php
+++ b/config/config.php
@@ -27,20 +27,20 @@ declare(strict_types=1);
return [
'Nextcloud' => [
'linux' => [
- 'version' => '2.6.3',
- 'versionstring' => 'Nextcloud Client 2.6.3',
- 'web' => 'https://download.nextcloud.com/desktop/releases/Linux/Nextcloud-2.6.3-x86_64.AppImage',
+ 'version' => '2.6.2',
+ 'versionstring' => 'Nextcloud Client 2.6.2',
+ 'web' => 'https://download.nextcloud.com/desktop/releases/Linux/Nextcloud-2.6.2-x86_64.AppImage',
],
'win32' => [
- 'version' => '2.6.3',
- 'versionstring' => 'Nextcloud Client 2.6.3',
- 'web' => 'https://download.nextcloud.com/desktop/releases/Windows/Nextcloud-2.6.3-setup.exe',
+ 'version' => '2.6.2',
+ 'versionstring' => 'Nextcloud Client 2.6.2',
+ 'web' => 'https://download.nextcloud.com/desktop/releases/Windows/Nextcloud-2.6.2-setup.exe',
],
'macos' => [
- 'version' => '2.6.3',
- 'versionstring' => 'Nextcloud Client 2.6.3',
- 'downloadUrl' => 'https://download.nextcloud.com/desktop/releases/Mac/Updates/Nextcloud-2.6.3.20200217.pkg.tbz',
- 'signature' => 'MCwCFA6dlJfQtw0N8zWcMCh/VL9Ggz8oAhQtq+CnCYUFlN6J1kvlMj3wK2SaDQ==',
+ 'version' => '2.6.2',
+ 'versionstring' => 'Nextcloud Client 2.6.2',
+ 'downloadUrl' => 'https://download.nextcloud.com/desktop/releases/Mac/Updates/Nextcloud-2.6.2.20191224.pkg.tbz',
+ 'signature' => 'MC0CFQCOID+LO2tm/XrC21cX+jRZ+QQxSAIUeCR3OdQSc5vRBau3uEBIazpcmO0=',
'web' => 'https://nextcloud.com/install/?pk_campaign=clientupdate#install-clients',
],