Skip to content

Commit 4a4eef8

Browse files
committed
chore: distribute only the one client macOS package for latest
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
1 parent cb0af42 commit 4a4eef8

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

config/config.php

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@
4141
$stableVersion = '33.0.0';
4242
$stableVersionSignature = '1QVaYzZcbZbwJEwVXPtbNfsY66Kvwg0JB00QbK8rxzG1xS8s3CsbJ21F70YJ3TzP5b0nPbfeKobAfHjJYRY6AA==';
4343
$stableVersionLength = 383015811;
44-
$stableVersionFileProviderSignature = '1QVaYzZcbZbwJEwVXPtbNfsY66Kvwg0JB00QbK8rxzG1xS8s3CsbJ21F70YJ3TzP5b0nPbfeKobAfHjJYRY6AA==';
45-
$stableVersionFileProviderLength = 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)