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-05-18 12:26:52 +0300
committerGitHub <noreply@github.com>2022-05-18 12:26:52 +0300
commit5ad7727c8f19c27ed04e2dbefa1a1e8b086d338e (patch)
tree247ce51a218cec45c790874cf17b5af649e6123b
parenta0551e90dd6891bf09935c87d3230d85758a4b4b (diff)
parent13529dfcce5e378e02999b20f7e66578b015275d (diff)
Merge pull request #83 from nextcloud/releaseDesktopClient3.5.1
release 3.5.1 to users
-rw-r--r--config/config.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/config/config.php b/config/config.php
index 378e838..953009a 100644
--- a/config/config.php
+++ b/config/config.php
@@ -21,8 +21,8 @@
declare(strict_types=1);
-$stableReleaseDate = '2022-05-03 14:00';
-$stableVersion = '3.5.0';
+$stableReleaseDate = '2022-05-17 18:00';
+$stableVersion = '3.5.1';
$betaReleaseDate = '2022-05-02 10:00';
$betaVersion = '3.5.0-rc4';
@@ -83,6 +83,9 @@ return [
'versionstring' => $stableVersionString,
'downloadurl' => $stable_mac_url . 'Nextcloud-' . $stableVersion . '.pkg',
'web' => 'https://nextcloud.com/install/?pk_campaign=clientupdate#install-clients',
+ "sparkleDownloadUrl" => $stable_mac_url . 'Nextcloud-' . $stableVersion . '.pkg.tbz',
+ "signature" => "VjVCAmZ2PtX3P0bo2R7GWJf2eKcxwQvcswA1oly1SpcOeHu8nt9Rfo20Hbl+JIz4vIo1aIZHWKwiXU2CtrjrBw==",
+ "length" => 62917216
],
],
'beta' => [