Skip to content

Commit

Permalink
Merge pull request #152 from nextcloud/release/3.13.2
Browse files Browse the repository at this point in the history
Release 3.13.2
  • Loading branch information
camilasan authored Jul 9, 2024
2 parents 320fb96 + 73b0dc8 commit b5b2ebd
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-04-24 14:00';
$stableVersion = '3.13.0';
$fileProviderStableReleaseDate = '2024-04-24 14:00';
$fileProviderStableVersion = '3.13.0';
$stableReleaseDate = '2024-07-09 13:00';
$stableVersion = '3.13.2';
$fileProviderStableReleaseDate = '2024-07-09 13:00';
$fileProviderStableVersion = '3.13.2';

$betaReleaseDate = '2024-04-13 15:00';
$betaVersionInternal = '3.12.81';
Expand Down Expand Up @@ -96,10 +96,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" => "PiIm4QHCGj3cQcr4K4mX30qUl+NUwM0hvQmpu30UE7iagM4Tq3vPQRfFywwYHMurfSav6rpckhhbyNjmZoCqDA==",
"fileProviderSignature" => "mHJDtEbZDnWElr2MQa44kEHp6wOwbPae+CYyLZbueeFuT+K8Us3icimrcQ8uBU1vb0UNay5j6L+dVhf9VO8qBw==",
"length" => 64617546,
"fileProviderLength" => 97313419,
"signature" => "IWbBaoJWVXVP2nj2X1ozx3ZujZtxgz5Ik9mPEpA3bK6m4F4sbmcNktpZQ5XRr3uJCc8ffBR4BO0KVBt56390Bw==",
"length" => 64591609,
"fileProviderSignature" => "YQVQQ3ePAvTKOG61gOlbo7zpTadETQNxAPofKRZmOyxiE6Jiat33euFh3zbfF0pYa+1rqEZDqhK+UwMlePBUAw==",
"fileProviderLength" => 97352407,
],
],
'beta' => [
Expand Down

0 comments on commit b5b2ebd

Please sign in to comment.