From 0aa90bb22941424d29aa5056af853cd34738db83 Mon Sep 17 00:00:00 2001 From: alex-z Date: Fri, 19 Aug 2022 17:31:50 +0300 Subject: Fix Distribute beta 3.6.0-rc1 signature and length. Signed-off-by: alex-z --- config/config.php | 4 ++-- 1 file 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 ], ] ] -- cgit v1.2.3