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:
authorCamila <hello@camila.codes>2022-08-15 16:30:06 +0300
committerGitHub <noreply@github.com>2022-08-15 16:30:06 +0300
commit2204487150b0d2f6408c05076a6706b0e16c0b5d (patch)
treef15387b9a82e4dab3a4437ebb38488ece6e0cd0a
parenta2bceb87ac561782319a2ab44b33a157d67b6d74 (diff)
parenta95c7c63659a954c846beb5a4afcd1df9644fa9a (diff)
Merge pull request #91 from nextcloud/3.6.0-rc1
Distribute beta 3.6.0-rc1.
-rw-r--r--config/config.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/config/config.php b/config/config.php
index d312c56..fa1d82c 100644
--- a/config/config.php
+++ b/config/config.php
@@ -24,8 +24,8 @@ declare(strict_types=1);
$stableReleaseDate = '2022-08-02 18:00';
$stableVersion = '3.5.4';
-$betaReleaseDate = '2022-05-02 10:00';
-$betaVersion = '3.5.0-rc4';
+$betaReleaseDate = '2022-08-15 18:00';
+$betaVersion = '3.6.0-rc1';
$stableVersionString = 'Nextcloud Client ' . $stableVersion;
$betaVersionString = 'Nextcloud Client ' . $betaVersion;
@@ -107,6 +107,9 @@ return [
'versionstring' => $betaVersionString,
'downloadurl' => $beta_mac_url . 'Nextcloud-' . $betaVersion . '.pkg',
'web' => 'https://nextcloud.com/install',
+ "sparkleDownloadUrl" => $beta_mac_url . 'Nextcloud-' . $betaVersion . '.pkg.tbz',
+ "signature" => "SiYX3W4sBtAcam/ml0LwKQMHh865Wvw4wiu6uEi666zhxBLC4a7h674XYttoyDuh6o2+ohY2FRj3L9LADcNVDQ==",
+ "length" => 63704102
],
]
]