Skip to content

Commit ea4147c

Browse files
committed
chore: publish 33.0.0-rc1 release to beta channel
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
1 parent 034e285 commit ea4147c

1 file changed

Lines changed: 9 additions & 11 deletions

File tree

config/config.php

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,11 @@
1717
// beta
1818
// should point to stable, once stable is released
1919
//
20-
$betaReleaseDate = '2026-01-22 18:00';
21-
$betaVersionInternal = '4.0.6'; // short string
22-
$betaVersion = '4.0.6'; // long string like '3.16.0-rc3' used to hide the cryptical subversion like .58 from the user;
23-
$betaVersionSignature = 'yzAm+RTOEtHCEmz1L4JHiRJkdfKMIeFAqYEJlaYNYP6s5IBKLq7YZY1sbtlmKQttRqKurB67s7dCuaGA2A6VBA==';
24-
$betaVersionLength = 345060719;
25-
$betaVersionFileProviderSignature = 'BCONOVs9x/wJxP4y5i0gqdwEErYFy9HFfGHYyWuXxUn6mgzhMlFLt3lFQOsuVvz2ADsR+fEdIqSFiSN8zEDYAA==';
26-
$betaVersionFileProviderLength = 373240934;
20+
$betaReleaseDate = '2026-02-18 18:00';
21+
$betaVersionInternal = '32.0.81'; // short string
22+
$betaVersion = '33.0.0-rc1'; // long string like '3.16.0-rc3' used to hide the cryptical subversion like .58 from the user;
23+
$betaVersionSignature = 'RYWh27QN+GYl7If3pcpRVnny7ClHXpwjh7HqY06tXU0LXyfFqYciCFDdukdh49gfEVy9ocJjsJtSya/CxoG0DQ==';
24+
$betaVersionLength = 381334544;
2725

2826
//
2927
// stable
@@ -207,14 +205,14 @@
207205
'versionstring' => $betaVersionString,
208206
"fileProviderVersionString" => $betaVersionString,
209207
'downloadurl' => $betaUrl . 'Nextcloud-' . $betaVersion . '.pkg',
210-
'fileProviderDownloadUrl' => $betaUrl . 'Nextcloud-' . $betaVersion . '-macOS-vfs.pkg',
208+
'fileProviderDownloadUrl' => $betaUrl . 'Nextcloud-' . $betaVersion . '.pkg',
211209
'web' => 'https://nextcloud.com/install',
212210
"sparkleDownloadUrl" => $betaUrl . 'Nextcloud-' . $betaVersion . '.pkg.tbz',
213-
"fileProviderSparkleDownloadUrl" => $betaUrl . 'Nextcloud-' . $betaVersion . '-macOS-vfs.pkg.tbz',
211+
"fileProviderSparkleDownloadUrl" => $betaUrl . 'Nextcloud-' . $betaVersion . '.pkg.tbz',
214212
"signature" => $betaVersionSignature,
215213
"length" => $betaVersionLength,
216-
"fileProviderSignature" => $betaVersionFileProviderSignature,
217-
"fileProviderLength" => $betaVersionFileProviderLength,
214+
"fileProviderSignature" => $betaVersionSignature,
215+
"fileProviderLength" => $betaVersionLength,
218216
],
219217
],
220218
'daily' => [

0 commit comments

Comments
 (0)