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-08-01 18:55:29 +0300
committerGitHub <noreply@github.com>2022-08-01 18:55:29 +0300
commitd3bfbe899849f82bd8ecec096cbba09e49c245ac (patch)
tree36f0c3cf5e625526f8f91d8566472298fbd89661
parentf949b08d4da2dbd2c09e3f3d5a73c5d78e98c19a (diff)
parent2991712fb1ec798d143c3fc2478258f789763293 (diff)
Merge pull request #89 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..c73e00a 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-01 17: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" => "k2Xtz2f7nyrSWfZz8bSFBkxusbdSrU0RW50I8/ER1Af4XHp/kXZ1yPSOptAI79s7QDn70aNQyE2rmnd8BbdMCw==",
+ "length" => 63897230
],
],
'beta' => [