Skip to content

Commit 16d2478

Browse files
committed
Publish 3.16.0-rc3.
Signed-off-by: Camila Ayres <hello@camilasan.com>
1 parent 35ea0fd commit 16d2478

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

config/config.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
//
1818
// beta
1919
//
20-
$betaReleaseDate = '2025-02-20 17:00';
21-
$betaVersionInternal = '3.15.82';
22-
$betaVersion = '3.16.0-rc2';
20+
$betaReleaseDate = '2025-02-26 10:00';
21+
$betaVersionInternal = '3.15.83';
22+
$betaVersion = '3.16.0-rc3';
2323
$betaVersionString = 'Nextcloud Client ' . $betaVersion;
2424
$betaUrl = 'https://github.com/nextcloud-releases/desktop/releases/download/v' . $betaVersion . '/';
2525

@@ -179,10 +179,10 @@
179179
'web' => 'https://nextcloud.com/install',
180180
"sparkleDownloadUrl" => $betaUrl . 'Nextcloud-' . $betaVersion . '.pkg.tbz',
181181
"fileProviderSparkleDownloadUrl" => $betaUrl . 'Nextcloud-' . $betaVersion . '-macOS-vfs.pkg.tbz',
182-
"signature" => "tJGksav+DG2Kk9UQDtuuegFjfiEaoaHd8LSxQw/8N9Fvc/6XB4K2V5XJePC/294CTZV6kY8+F7UrjH5PJK0xAw==",
183-
"fileProviderSignature" => "LXyVVIRnoK+dZTcx9ah2xP4H5Y/tGIW2DZCTxTiYMN1XFrWiHEcThQM5fu05rQ0IG9rmMpQwWpUXUxa3EcPUCw==",
184-
"length" => 331944784,
185-
"fileProviderLength" => 382003392,
182+
"signature" => "eGaQ6la/p0Bhxzh/ap636goUtF1lZLXmSueVYmalUDmQrVma7O+EXd5OUfFqCBYV1WWuOT7iskhavVB6grMkDg==",
183+
"fileProviderSignature" => "6RXIWEoWf2fNNkm6yyzSG7qFTL6dTSFCvkTe+3iJyXP6xXeZrybxOhnKSK5hGXXvkk/66obRL/vWF2a2k641Bw==",
184+
"length" => 332399269,
185+
"fileProviderLength" => 382475147,
186186
],
187187
],
188188
'daily' => [

php.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
error_log = /Users/camila/client_updater_server/test.log
2+
log_errors = on
3+
date.timezone = UTC

test.log

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[15-Jan-2025 14:55:10 UTC] macos?
2+
[15-Jan-2025 14:55:10 UTC] 2 return nothing?
3+
[15-Jan-2025 14:55:10 UTC] buildResponse!
4+
[15-Jan-2025 14:55:10 UTC] NOT sparkle!
5+
[15-Jan-2025 14:55:10 UTC] <?xml version="1.0"?>
6+
<owncloudclient/>
7+

0 commit comments

Comments
 (0)