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:
authorTobias Kaminsky <tobias@kaminsky.me>2022-08-19 17:33:15 +0300
committerGitHub <noreply@github.com>2022-08-19 17:33:15 +0300
commit84222a02954de64fcd255a2eff7e914c8f6f9071 (patch)
tree967ed67783ec277097d9c44f0989a1a7d553e44f
parent2204487150b0d2f6408c05076a6706b0e16c0b5d (diff)
parent0aa90bb22941424d29aa5056af853cd34738db83 (diff)
Merge pull request #92 from nextcloud/3.6.0-rc1-fix-signature
Fix Distribute beta 3.6.0-rc1 signature and length.
-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
],
]
]