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:
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>2022-10-18 21:42:15 +0300
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>2022-10-18 21:42:15 +0300
commit633610c1191a1382fb1ad507fdf74e27646a207c (patch)
tree38dacfd34eed83cd5a067c96f1df0ed8ab043e85
parent3f3e6c74c3d1cdc73f68496bf9956a2ede63a57b (diff)
distribute desktop client release 3.6.1
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.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 77bab9a..eb8d28b 100644
--- a/config/config.php
+++ b/config/config.php
@@ -21,8 +21,8 @@
declare(strict_types=1);
-$stableReleaseDate = '2022-09-07 11:21';
-$stableVersion = '3.6.0';
+$stableReleaseDate = '2022-10-19 11:00';
+$stableVersion = '3.6.1';
$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" => "uWXYw1QGgbuYV3RsclunwJnkc9zX2bk2oN2hte5Jn7OmTnVDyfXRVDQsb9wP2IRI2fteWpgZMH0mMYPYKlbPBw==",
- "length" => 63737140
+ "signature" => "3K7yOywgDxcwQC32+n2fkigEbb+8pQKaGX2ZWy3VFn6EMcsfaRO8nXHc24cb85LnOUqaM5DxcicA81aVRTCfCA==",
+ "length" => 63317881
],
],
'beta' => [