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-07-29 19:02:07 +0300
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>2022-07-29 19:02:07 +0300
commit6511b8520832b682cb8b9048c71fbf1afdfcf3e7 (patch)
treefaa7e3bc2debb6d1f41a1df4bf059a8f26bcf46c
parent55517e3d9778ff4554ee7db78410c865977d8565 (diff)
publish 3.5.3 bugfix release of desktop clientreleaseDesktopClient3.5.3
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 ed808b3..9f6a5ea 100644
--- a/config/config.php
+++ b/config/config.php
@@ -21,8 +21,8 @@
declare(strict_types=1);
-$stableReleaseDate = '2022-07-04 17:00';
-$stableVersion = '3.5.2';
+$stableReleaseDate = '2022-07-29 18:00';
+$stableVersion = '3.5.3';
$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" => "8JiRQ4V1GSv1LFT22QHPMMilgGqfD9GnsEiWnBgHoG745E+h91hWTREqVOnwL+Rvo3RJCqpKlQrVdoNJj2CUCQ==",
- "length" => 63886486
+ "signature" => "8NZxLwJUJcq1fq+F4qw2aGzO5O7rHYqI49wT7sCrhcRrRbyAbyFZ/vV98R6XaKyKZzL603EQn/VR4+Ze0iEoBQ==",
+ "length" => 63897540
],
],
'beta' => [