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:
authoralex-z <blackslayer4@gmail.com>2022-11-10 18:58:18 +0300
committeralex-z <blackslayer4@gmail.com>2022-11-10 19:01:45 +0300
commitb16e8d38ea3ee58c8e1b928bbf8e96301d3c2d65 (patch)
tree14dfe2bf99408c12eacb44302f8445bfc1c39efe
parentd4955aed28bc6c9b704f19c9d3c68c4120e69633 (diff)
distribute desktop client release 3.6.2
Signed-off-by: alex-z <blackslayer4@gmail.com>
-rw-r--r--config/config.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/config.php b/config/config.php
index eb8d28b..963d9d4 100644
--- a/config/config.php
+++ b/config/config.php
@@ -21,8 +21,8 @@
declare(strict_types=1);
-$stableReleaseDate = '2022-10-19 11:00';
-$stableVersion = '3.6.1';
+$stableReleaseDate = '2022-11-10 11:00';
+$stableVersion = '3.6.2';
$betaReleaseDate = '2022-08-22 12:00';
$betaVersionInternal = '3.5.82';
@@ -85,8 +85,8 @@ return [
'downloadurl' => $stable_mac_url . 'Nextcloud-' . $stableVersion . '.pkg',
'web' => 'https://nextcloud.com/install',
"sparkleDownloadUrl" => $stable_mac_url . 'Nextcloud-' . $stableVersion . '.pkg.tbz',
- "signature" => "3K7yOywgDxcwQC32+n2fkigEbb+8pQKaGX2ZWy3VFn6EMcsfaRO8nXHc24cb85LnOUqaM5DxcicA81aVRTCfCA==",
- "length" => 63317881
+ "signature" => "WOg3/L7OPODkOJOJp29IIR3cquTLigmgQ9jnOl261IQTnOhJpq1BXFLcNENgfZXMODX65HA40ycgRNsx5wVsCg==",
+ "length" => 63320129
],
],
'beta' => [