Skip to content

Commit

Permalink
Update config.php to temporarily stop 3.15.2 for mac OS.
Browse files Browse the repository at this point in the history
Signed-off-by: Camila Ayres <[email protected]>
  • Loading branch information
camilasan committed Dec 16, 2024
1 parent 5a7760c commit cef3cc8
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,14 @@
'web' => 'https://nextcloud.com/install',
],
'macos' => [
'version' => $stableVersion,
'versionstring' => $stableVersionString,
"fileProviderVersionString" => $fileProviderStableVersionString,
'downloadurl' => $stable_mac_url . 'Nextcloud-' . $stableVersion . '.pkg',
'fileProviderDownloadUrl' => $stable_mac_url . 'Nextcloud-' . $fileProviderStableVersion . '-macOS-vfs.pkg',
'version' => '3.15.0',
'versionstring' => 'Nextcloud Client 3.15.0',
"fileProviderVersionString" => 'Nextcloud Client 3.15.0',
'downloadurl' => $stable_mac_url . 'Nextcloud-3.15.0.pkg',
'fileProviderDownloadUrl' => $stable_mac_url . 'Nextcloud-3.15.0-macOS-vfs.pkg',
'web' => 'https://nextcloud.com/install',
"sparkleDownloadUrl" => $stable_mac_url . 'Nextcloud-' . $stableVersion . '.pkg.tbz',
"fileProviderSparkleDownloadUrl" => $stable_mac_url . 'Nextcloud-' . $fileProviderStableVersion . '-macOS-vfs.pkg.tbz',
"sparkleDownloadUrl" => $stable_mac_url . 'Nextcloud-3.15.0.pkg.tbz',
"fileProviderSparkleDownloadUrl" => $stable_mac_url . 'Nextcloud-3.15.0-macOS-vfs.pkg.tbz',
"signature" => "l/1S9GVv8z9gEmVEe0OxMBI8cA9kr7oMwxvdQPiSEDTDiJ+kXuTNRnLcsQPMwYyAf8WXHsdZPxdy9IQmb16aAw==",
"length" => 321136334,
"fileProviderSignature" => "pRbimNjPKQEt8u/AysURv5e6TUNbz1VVrOv8nRPl4Db4gDOU6JKY4s6gaXhnzEauwnVEksRojsCQhcEnY2DgAQ==",
Expand Down Expand Up @@ -152,10 +152,10 @@
'web' => 'https://nextcloud.com/install',
"sparkleDownloadUrl" => $beta_mac_url . 'Nextcloud-' . $betaVersion . '.pkg.tbz',
"fileProviderSparkleDownloadUrl" => $beta_mac_url . 'Nextcloud-macOS-vfs-' . $betaVersion . '.pkg',
"signature" => "wKIuw5109sTIvGvSuBTXlGp93TizSjFka45OslbgTIFrK+XzLJc2Zs+xCcpPcHLXBeFeKByq+ST1XpinWKSdBA==",
"fileProviderSignature" => "fQUSg4tLPip6etSv2ESVj9ALrcfVTMQNbuPPZD8alKLasAsEkGRAVZinNaRITDfNJo0cmkyEdePniZ4EAvDPAg==",
"length" => 321172605,
"fileProviderLength" => 369917941,
"signature" => "DZQGmsUNZBwsbks+q59/qoRyEtLIfq41TUce5olxiLzXVUMi+BmJMQB9K50fRhYbp3TE+ranCOa5xh1gnLPhAw==",
"fileProviderSignature" => "ruLAEp2bOmfe9s/4WjaOr3m1JMP7dtGcoZaoFN5tgtbdFT7XVAvNT166ZDMgDUiWy3bRwrg3I6gMlpKRHpMqAw==",
"length" => 317860352,
"fileProviderLength" => 366970368,
],
],
'daily' => [
Expand Down

0 comments on commit cef3cc8

Please sign in to comment.