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:
authoralex-z <blackslayer4@gmail.com>2022-08-19 17:31:50 +0300
committeralex-z <blackslayer4@gmail.com>2022-08-19 17:31:50 +0300
commit0aa90bb22941424d29aa5056af853cd34738db83 (patch)
tree967ed67783ec277097d9c44f0989a1a7d553e44f
parent2204487150b0d2f6408c05076a6706b0e16c0b5d (diff)
Fix Distribute beta 3.6.0-rc1 signature and length.
Signed-off-by: alex-z <blackslayer4@gmail.com>
-rw-r--r--config/config.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.php b/config/config.php
index fa1d82c..e32a6a0 100644
--- a/config/config.php
+++ b/config/config.php
@@ -108,8 +108,8 @@ return [
'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
+ "signature" => "gdR9WvCMsxQDYdY8lmdFV6fHyhl7vIi7OW3yGy8etCUizY95Mhezvl7DMzylKRlvJ/MioQW2XUZXFYAxpZGBCg==",
+ "length" => 63708103
],
]
]