Skip to content

Commit

Permalink
Merge pull request #136 from nextcloud/update/313.0-rc1
Browse files Browse the repository at this point in the history
Update config.php to distribute 3.13.0-rc1
  • Loading branch information
camilasan authored Apr 12, 2024
2 parents 89597e9 + fe3f143 commit a75a2a2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
$stableReleaseDate = '2024-03-28 16:00';
$stableVersion = '3.12.3';

$betaReleaseDate = '2024-01-31 15:00';
$betaVersionInternal = '3.11.81';
$betaVersion = '3.12.0-rc1';
$betaReleaseDate = '2024-04-13 15:00';
$betaVersionInternal = '3.12.81';
$betaVersion = '3.13.0-rc1';

$stableVersionString = 'Nextcloud Client ' . $stableVersion;
$betaVersionString = 'Nextcloud Client ' . $betaVersion;
Expand Down Expand Up @@ -109,8 +109,8 @@
'downloadurl' => $beta_mac_url . 'Nextcloud-' . $betaVersion . '.pkg',
'web' => 'https://nextcloud.com/install',
"sparkleDownloadUrl" => $beta_mac_url . 'Nextcloud-' . $betaVersion . '.pkg.tbz',
"signature" => "R9N9dscJSMTt6J3LkQuiwFRemUdRluFds7uJjik8+QrzWYU8AkROwAqFw/YxDdcvomPQfn0jUYrKIthgWgHQAg==",
"length" => 64253904
"signature" => "5wXe1phH6syvreaT+2Lah40CBzdyVnjzCWlmAjdwoKe/uSDlR+Hk5er+Y7nu/W2FDkeLvAxzNr2nK4HIhJZ+Cw==",
"length" => 64530955
],
]
]
Expand Down

0 comments on commit a75a2a2

Please sign in to comment.