Skip to content

Commit 3de3af2

Browse files
authored
Merge pull request #237 from nextcloud/chore/publish-33.0.0
chore: publish 33.0.0 to stable and beta channels
2 parents 97c9d90 + 4a4eef8 commit 3de3af2

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

config/config.php

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
// beta
1818
// should point to stable, once stable is released
1919
//
20-
$betaReleaseDate = '2026-03-20 16:30';
21-
$betaVersionInternal = '32.0.84'; // short string
22-
$betaVersion = '33.0.0-rc4'; // long string like '3.16.0-rc3' used to hide the cryptical subversion like .58 from the user;
23-
$betaVersionSignature = 'XNuz/a0xFSsxsI8UUwBhyk7/aN6Z1UOZw+fCsZ6qzowbrJYQl+pOgwwxvofYJEZJaj5hHn2a2xhRv2YA298hBw==';
24-
$betaVersionLength = 383012803;
20+
$betaReleaseDate = '2026-03-24 10:00';
21+
$betaVersionInternal = '33.0.0'; // short string
22+
$betaVersion = '33.0.0'; // long string like '3.16.0-rc3' used to hide the cryptical subversion like .58 from the user;
23+
$betaVersionSignature = '1QVaYzZcbZbwJEwVXPtbNfsY66Kvwg0JB00QbK8rxzG1xS8s3CsbJ21F70YJ3TzP5b0nPbfeKobAfHjJYRY6AA==';
24+
$betaVersionLength = 383015811;
2525

2626
//
2727
// stable Qt6.9 (macOS 11 / 12 — not compatible with Qt6.10)
@@ -37,12 +37,10 @@
3737
//
3838
// stable
3939
//
40-
$stableReleaseDate = '2026-03-19 15:00';
41-
$stableVersion = '4.0.8';
42-
$stableVersionSignature = 'rK+JgVBR3TDygsgaFzZnLaSlEHeH9qMG2ysaIFHTIc5ythZ7m+orSj/UDKPZtHpmnIp5Udcry4zOWjGA+CIBBw==';
43-
$stableVersionLength = 345081075;
44-
$stableVersionFileProviderSignature = 'fLD3Y84rJcvJ46/kZDYE6Csmr1qJ3Icg/RckVWRKyx/wuTSzRAXoURkaVBM98VRrKF7fn4Ejded2GeKWrVoZCg==';
45-
$stableVersionFileProviderLength = 373257027;
40+
$stableReleaseDate = '2026-03-24 10:00';
41+
$stableVersion = '33.0.0';
42+
$stableVersionSignature = '1QVaYzZcbZbwJEwVXPtbNfsY66Kvwg0JB00QbK8rxzG1xS8s3CsbJ21F70YJ3TzP5b0nPbfeKobAfHjJYRY6AA==';
43+
$stableVersionLength = 383015811;
4644

4745
//
4846
// enterprise
@@ -178,14 +176,14 @@
178176
'versionstring' => $stableVersionString,
179177
"fileProviderVersionString" => $stableVersionString,
180178
'downloadurl' => $stableUrl . 'Nextcloud-' . $stableVersion . '.pkg',
181-
'fileProviderDownloadUrl' => $stableUrl . 'Nextcloud-' . $stableVersion . '-macOS-vfs.pkg',
179+
'fileProviderDownloadUrl' => $stableUrl . 'Nextcloud-' . $stableVersion . '.pkg',
182180
'web' => 'https://nextcloud.com/install',
183181
"sparkleDownloadUrl" => $stableUrl . 'Nextcloud-' . $stableVersion . '.pkg.tbz',
184-
"fileProviderSparkleDownloadUrl" => $stableUrl . 'Nextcloud-' . $stableVersion . '-macOS-vfs.pkg.tbz',
182+
"fileProviderSparkleDownloadUrl" => $stableUrl . 'Nextcloud-' . $stableVersion . '.pkg.tbz',
185183
"signature" => $stableVersionSignature,
186184
"length" => $stableVersionLength,
187-
"fileProviderSignature" => $stableVersionFileProviderSignature,
188-
"fileProviderLength" => $stableVersionFileProviderLength,
185+
"fileProviderSignature" => $stableVersionSignature,
186+
"fileProviderLength" => $stableVersionLength,
189187
],
190188
],
191189
'enterprise' => [

0 commit comments

Comments
 (0)