|
172 | 172 | 'web' => 'https://nextcloud.com/install', |
173 | 173 | ], |
174 | 174 | 'macos' => [ |
175 | | - 'version' => $enterpriseVersion, |
176 | | - 'versionstring' => $enterpriseVersionString, |
177 | | - "fileProviderVersionString" => $enterpriseVersionString, |
178 | | - 'downloadurl' => $enterpriseUrl . 'Nextcloud-' . $enterpriseVersion . '.pkg', |
179 | | - 'fileProviderDownloadUrl' => $enterpriseUrl . 'Nextcloud-' . $enterpriseVersion . '-macOS-vfs.pkg', |
| 175 | + 'version' => $stableVersion, |
| 176 | + 'versionstring' => $stableVersionString, |
| 177 | + "fileProviderVersionString" => $stableVersionString, |
| 178 | + 'downloadurl' => $stableUrl . 'Nextcloud-' . $stableVersion . '.pkg', |
| 179 | + 'fileProviderDownloadUrl' => $stableUrl . 'Nextcloud-' . $stableVersion . '.pkg', |
180 | 180 | 'web' => 'https://nextcloud.com/install', |
181 | | - "sparkleDownloadUrl" => $enterpriseUrl . 'Nextcloud-' . $enterpriseVersion . '.pkg.tbz', |
182 | | - "fileProviderSparkleDownloadUrl" => $enterpriseUrl . 'Nextcloud-' . $enterpriseVersion . '-macOS-vfs.pkg.tbz', |
183 | | - "signature" => $enterpriseVersionSignature, |
184 | | - "length" => $enterpriseVersionLength, |
185 | | - "fileProviderSignature" => $enterpriseVersionFileProviderSignature, |
186 | | - "fileProviderLength" => $enterpriseVersionFileProviderLength, |
| 181 | + "sparkleDownloadUrl" => $stableUrl . 'Nextcloud-' . $stableVersion . '.pkg.tbz', |
| 182 | + "fileProviderSparkleDownloadUrl" => $stableUrl . 'Nextcloud-' . $stableVersion . '.pkg.tbz', |
| 183 | + "signature" => $stableVersionSignature, |
| 184 | + "length" => $stableVersionLength, |
| 185 | + "fileProviderSignature" => $stableVersionSignature, |
| 186 | + "fileProviderLength" => $stableVersionLength, |
187 | 187 | ], |
188 | 188 | ], |
189 | 189 | 'enterprise' => [ |
|
0 commit comments