|
17 | 17 | // beta |
18 | 18 | // should point to stable, once stable is released |
19 | 19 | // |
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; |
27 | 25 |
|
28 | 26 | // |
29 | 27 | // stable |
|
207 | 205 | 'versionstring' => $betaVersionString, |
208 | 206 | "fileProviderVersionString" => $betaVersionString, |
209 | 207 | 'downloadurl' => $betaUrl . 'Nextcloud-' . $betaVersion . '.pkg', |
210 | | - 'fileProviderDownloadUrl' => $betaUrl . 'Nextcloud-' . $betaVersion . '-macOS-vfs.pkg', |
| 208 | + 'fileProviderDownloadUrl' => $betaUrl . 'Nextcloud-' . $betaVersion . '.pkg', |
211 | 209 | 'web' => 'https://nextcloud.com/install', |
212 | 210 | "sparkleDownloadUrl" => $betaUrl . 'Nextcloud-' . $betaVersion . '.pkg.tbz', |
213 | | - "fileProviderSparkleDownloadUrl" => $betaUrl . 'Nextcloud-' . $betaVersion . '-macOS-vfs.pkg.tbz', |
| 211 | + "fileProviderSparkleDownloadUrl" => $betaUrl . 'Nextcloud-' . $betaVersion . '.pkg.tbz', |
214 | 212 | "signature" => $betaVersionSignature, |
215 | 213 | "length" => $betaVersionLength, |
216 | | - "fileProviderSignature" => $betaVersionFileProviderSignature, |
217 | | - "fileProviderLength" => $betaVersionFileProviderLength, |
| 214 | + "fileProviderSignature" => $betaVersionSignature, |
| 215 | + "fileProviderLength" => $betaVersionLength, |
218 | 216 | ], |
219 | 217 | ], |
220 | 218 | 'daily' => [ |
|
0 commit comments