|
17 | 17 | // beta |
18 | 18 | // should point to stable, once stable is released |
19 | 19 | // |
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; |
25 | 25 |
|
26 | 26 | // |
27 | 27 | // stable Qt6.9 (macOS 11 / 12 — not compatible with Qt6.10) |
|
37 | 37 | // |
38 | 38 | // stable |
39 | 39 | // |
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; |
46 | 44 |
|
47 | 45 | // |
48 | 46 | // enterprise |
|
178 | 176 | 'versionstring' => $stableVersionString, |
179 | 177 | "fileProviderVersionString" => $stableVersionString, |
180 | 178 | 'downloadurl' => $stableUrl . 'Nextcloud-' . $stableVersion . '.pkg', |
181 | | - 'fileProviderDownloadUrl' => $stableUrl . 'Nextcloud-' . $stableVersion . '-macOS-vfs.pkg', |
| 179 | + 'fileProviderDownloadUrl' => $stableUrl . 'Nextcloud-' . $stableVersion . '.pkg', |
182 | 180 | 'web' => 'https://nextcloud.com/install', |
183 | 181 | "sparkleDownloadUrl" => $stableUrl . 'Nextcloud-' . $stableVersion . '.pkg.tbz', |
184 | | - "fileProviderSparkleDownloadUrl" => $stableUrl . 'Nextcloud-' . $stableVersion . '-macOS-vfs.pkg.tbz', |
| 182 | + "fileProviderSparkleDownloadUrl" => $stableUrl . 'Nextcloud-' . $stableVersion . '.pkg.tbz', |
185 | 183 | "signature" => $stableVersionSignature, |
186 | 184 | "length" => $stableVersionLength, |
187 | | - "fileProviderSignature" => $stableVersionFileProviderSignature, |
188 | | - "fileProviderLength" => $stableVersionFileProviderLength, |
| 185 | + "fileProviderSignature" => $stableVersionSignature, |
| 186 | + "fileProviderLength" => $stableVersionLength, |
189 | 187 | ], |
190 | 188 | ], |
191 | 189 | 'enterprise' => [ |
|
0 commit comments