|
41 | 41 | $stableVersion = '33.0.0'; |
42 | 42 | $stableVersionSignature = '1QVaYzZcbZbwJEwVXPtbNfsY66Kvwg0JB00QbK8rxzG1xS8s3CsbJ21F70YJ3TzP5b0nPbfeKobAfHjJYRY6AA=='; |
43 | 43 | $stableVersionLength = 383015811; |
44 | | -$stableVersionFileProviderSignature = '1QVaYzZcbZbwJEwVXPtbNfsY66Kvwg0JB00QbK8rxzG1xS8s3CsbJ21F70YJ3TzP5b0nPbfeKobAfHjJYRY6AA=='; |
45 | | -$stableVersionFileProviderLength = 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