Skip to content

Commit

Permalink
Revert "Merge pull request #168 from nextcloud/desktop-publish-v3.15.1"
Browse files Browse the repository at this point in the history
This reverts commit 537620e, reversing
changes made to 35b5c63.

Signed-off-by: Claudio Cambra <[email protected]>
  • Loading branch information
claucambra committed Dec 16, 2024
1 parent 33b2b6a commit 37a6cbc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

declare(strict_types=1);

$stableReleaseDate = '2024-12-13 12:00';
$stableVersion = '3.15.1';
$fileProviderStableReleaseDate = '2024-12-13 12:00';
$fileProviderStableVersion = '3.15.1';
$stableReleaseDate = '2024-11-25 18:00';
$stableVersion = '3.15.0';
$fileProviderStableReleaseDate = '2024-11-25 18:00';
$fileProviderStableVersion = '3.15.0';

$betaReleaseDate = '2024-09-09 17:00';
$betaVersionInternal = '3.13.83';
Expand Down Expand Up @@ -124,10 +124,10 @@
'web' => 'https://nextcloud.com/install',
"sparkleDownloadUrl" => $stable_mac_url . 'Nextcloud-' . $stableVersion . '.pkg.tbz',
"fileProviderSparkleDownloadUrl" => $stable_mac_url . 'Nextcloud-' . $fileProviderStableVersion . '-macOS-vfs.pkg.tbz',
"signature" => "l4wNea06s9gkKGBu1edir3rSDti3P34fYpupvRCNUxtKOHDAz6hBzXbwAY7Zs4MlwaptOLnmiE5GPIII5g1MAw==",
"length" => 321179284,
"fileProviderSignature" => "Z8yVG0Q3dNYLvypQ3YxGJSrcJvGq86ivm4LacxTQB/jGcX4TeKgtvpJ7EKnNAIZPe7qzt6rCPDHPxafvi1P9Dg==",
"fileProviderLength" => 369924367,
"signature" => "l/1S9GVv8z9gEmVEe0OxMBI8cA9kr7oMwxvdQPiSEDTDiJ+kXuTNRnLcsQPMwYyAf8WXHsdZPxdy9IQmb16aAw==",
"length" => 321136334,
"fileProviderSignature" => "pRbimNjPKQEt8u/AysURv5e6TUNbz1VVrOv8nRPl4Db4gDOU6JKY4s6gaXhnzEauwnVEksRojsCQhcEnY2DgAQ==",
"fileProviderLength" => 369906058,
],
],
'beta' => [
Expand Down

0 comments on commit 37a6cbc

Please sign in to comment.