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-17 07:39:07 +0300
committerMichael Schuster <michael@schuster.ms>2020-02-17 07:39:07 +0300
commit63cb5dd0192d370c19cf4b759748c6a356395227 (patch)
tree648720e4e74429ce8d44ac9cbee0cea6b6477775
parent0264cdfb1589d2d9f2eac9e2b77258093231ec66 (diff)
Update 2.6.3
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 ed66719..752679a 100644
--- a/config/config.php
+++ b/config/config.php
@@ -27,20 +27,20 @@ declare(strict_types=1);
return [
'Nextcloud' => [
'linux' => [
- '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',
+ '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',
],
'win32' => [
- 'version' => '2.6.2',
- 'versionstring' => 'Nextcloud Client 2.6.2',
- 'web' => 'https://download.nextcloud.com/desktop/releases/Windows/Nextcloud-2.6.2-setup.exe',
+ 'version' => '2.6.3',
+ 'versionstring' => 'Nextcloud Client 2.6.3',
+ 'web' => 'https://download.nextcloud.com/desktop/releases/Windows/Nextcloud-2.6.3-setup.exe',
],
'macos' => [
- '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=',
+ '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==',
'web' => 'https://nextcloud.com/install/?pk_campaign=clientupdate#install-clients',
],