From 6511b8520832b682cb8b9048c71fbf1afdfcf3e7 Mon Sep 17 00:00:00 2001 From: Matthieu Gallien Date: Fri, 29 Jul 2022 18:02:07 +0200 Subject: publish 3.5.3 bugfix release of desktop client Signed-off-by: Matthieu Gallien --- config/config.php | 8 ++++---- 1 file 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' => [ -- cgit v1.2.3