Skip to content

Commit

Permalink
Merge pull request #163 from nextcloud/publish-v3.14.1
Browse files Browse the repository at this point in the history
distribute v3.14.1 release
  • Loading branch information
mgallien authored Sep 27, 2024
2 parents 386667b + a431f9c commit 2044587
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 @@ -21,10 +21,10 @@

declare(strict_types=1);

$stableReleaseDate = '2024-09-15 10:00';
$stableVersion = '3.14.0';
$fileProviderStableReleaseDate = '2024-09-15 10:00';
$fileProviderStableVersion = '3.14.0';
$stableReleaseDate = '2024-09-27 16:00';
$stableVersion = '3.14.1';
$fileProviderStableReleaseDate = '2024-09-27 16:00';
$fileProviderStableVersion = '3.14.1';

$betaReleaseDate = '2024-09-09 17:00';
$betaVersionInternal = '3.13.83';
Expand Down Expand Up @@ -139,10 +139,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" => "Fu2tbLugDkKyVWp7IJdr4IYK4LCyJcXdZkexo44B4qB56hKyzAU3Jvjz3Tz5QPE1ADHDUwpZYJTxn0dqdhnpBA==",
"length" => 317882368,
"fileProviderSignature" => "Ck2HA+vpKwM3dAGNKswDfln4XJJUOwbUpFkxHNYXHSFJkqc/2AKX9UUUvGZ0+1az416Q6pZ1MD39m7uPuTWyBw==",
"fileProviderLength" => 368671978,
"signature" => "yVij4DIBRybnjhVJBh92xrP6qJRUx1NhMZ+EyhHFqXQdof7LrqX0mt9A938RZfjBdAylxRa/MmIp/T3Xa99zBw==",
"length" => 320091113,
"fileProviderSignature" => "Hw4UH07PmzNEG0wQvzsHE1df+HsPJxcoLmIzq/frKhjJGE9Kr4+kyjdBRmEil5VRajBCUsitvo8tbfawu0ksBg==",
"fileProviderLength" => 368743838,
],
],
'beta' => [
Expand Down

0 comments on commit 2044587

Please sign in to comment.