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-09-07 12:33:07 +0300
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>2022-09-07 12:33:07 +0300
commitcd25305372650d1b04e4a8c3131bc4000a35a8fc (patch)
tree6b86dbd1b5eb16c8f59f7b25eed022cfd3d1db71
parentf49ec5e35de0b7ef0f83efbf1af7350ddd2dc6ab (diff)
distribute desktop client v3.6.0 release
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 990a2c2..77bab9a 100644
--- a/config/config.php
+++ b/config/config.php
@@ -21,8 +21,8 @@
declare(strict_types=1);
-$stableReleaseDate = '2022-08-02 18:00';
-$stableVersion = '3.5.4';
+$stableReleaseDate = '2022-09-07 11:21';
+$stableVersion = '3.6.0';
$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" => "zRCCg3LqybBb6oNvU6OkWRi1TSfJxfgw7OqtyGo43kOjgMfVhBHqBM4+W2aeeAsM/fG9l6YsykjPCt2s08IDAQ==",
- "length" => 63894990
+ "signature" => "uWXYw1QGgbuYV3RsclunwJnkc9zX2bk2oN2hte5Jn7OmTnVDyfXRVDQsb9wP2IRI2fteWpgZMH0mMYPYKlbPBw==",
+ "length" => 63737140
],
],
'beta' => [