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@yahoo.fr>2022-07-04 18:12:39 +0300
committerGitHub <noreply@github.com>2022-07-04 18:12:39 +0300
commit55517e3d9778ff4554ee7db78410c865977d8565 (patch)
treef0f721d53f78075581216ff7f334a2e62f91d0bc
parent45426a676ed227cf59084d35a5f42d4883bc2391 (diff)
parent6424635141dcfa2c4d72fd47d7239a6a3916ded1 (diff)
Merge pull request #87 from nextcloud/releaseDesktopClient3.5.2
upgrade to desktop client v3.5.2
-rw-r--r--config/config.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/config.php b/config/config.php
index b13234f..ed808b3 100644
--- a/config/config.php
+++ b/config/config.php
@@ -21,8 +21,8 @@
declare(strict_types=1);
-$stableReleaseDate = '2022-05-17 18:00';
-$stableVersion = '3.5.1';
+$stableReleaseDate = '2022-07-04 17:00';
+$stableVersion = '3.5.2';
$betaReleaseDate = '2022-05-02 10:00';
$betaVersion = '3.5.0-rc4';
@@ -84,8 +84,8 @@ return [
'downloadurl' => $stable_mac_url . 'Nextcloud-' . $stableVersion . '.pkg',
'web' => 'https://nextcloud.com/install',
"sparkleDownloadUrl" => $stable_mac_url . 'Nextcloud-' . $stableVersion . '.pkg.tbz',
- "signature" => "VjVCAmZ2PtX3P0bo2R7GWJf2eKcxwQvcswA1oly1SpcOeHu8nt9Rfo20Hbl+JIz4vIo1aIZHWKwiXU2CtrjrBw==",
- "length" => 62917216
+ "signature" => "8JiRQ4V1GSv1LFT22QHPMMilgGqfD9GnsEiWnBgHoG745E+h91hWTREqVOnwL+Rvo3RJCqpKlQrVdoNJj2CUCQ==",
+ "length" => 63886486
],
],
'beta' => [