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:
authorallexzander <allexzander@users.noreply.github.com>2022-08-03 09:25:13 +0300
committerGitHub <noreply@github.com>2022-08-03 09:25:13 +0300
commita2bceb87ac561782319a2ab44b33a157d67b6d74 (patch)
tree9d7c89e5bd610114ab32f309a0442fc0c486576a
parent8341909149d96a8f57319f72b89b996fbd57098c (diff)
parent0d4fc5d73027140ff59392c419826f6f3536efe2 (diff)
Merge pull request #90 from nextcloud/releaseDeskopClient3.5.4
publish 3.5.4 bugfix release of desktop client
-rw-r--r--config/config.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/config.php b/config/config.php
index 9f6a5ea..d312c56 100644
--- a/config/config.php
+++ b/config/config.php
@@ -21,8 +21,8 @@
declare(strict_types=1);
-$stableReleaseDate = '2022-07-29 18:00';
-$stableVersion = '3.5.3';
+$stableReleaseDate = '2022-08-02 18:00';
+$stableVersion = '3.5.4';
$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" => "8NZxLwJUJcq1fq+F4qw2aGzO5O7rHYqI49wT7sCrhcRrRbyAbyFZ/vV98R6XaKyKZzL603EQn/VR4+Ze0iEoBQ==",
- "length" => 63897540
+ "signature" => "zRCCg3LqybBb6oNvU6OkWRi1TSfJxfgw7OqtyGo43kOjgMfVhBHqBM4+W2aeeAsM/fG9l6YsykjPCt2s08IDAQ==",
+ "length" => 63894990
],
],
'beta' => [