diff --git a/config/config.php b/config/config.php index 4d271650..036d4c35 100755 --- a/config/config.php +++ b/config/config.php @@ -112,7 +112,7 @@ '100' => [ 'latest' => '27.0.2', 'internalVersion' => '27.0.2.1', - 'downloadUrl' => 'https://download.nextcloud.com/server/prereleases/nextcloud-27.0.2.zip', + 'downloadUrl' => 'https://download.nextcloud.com/server/releases/nextcloud-27.0.2.zip', 'web' => 'https://docs.nextcloud.com/server/27/admin_manual/maintenance/upgrade.html', 'eol' => false, 'minPHPVersion' => '8.0', @@ -128,7 +128,7 @@ '100' => [ 'latest' => '27.0.2', 'internalVersion' => '27.0.2.1', - 'downloadUrl' => 'https://download.nextcloud.com/server/prereleases/nextcloud-27.0.2.zip', + 'downloadUrl' => 'https://download.nextcloud.com/server/releases/nextcloud-27.0.2.zip', 'web' => 'https://docs.nextcloud.com/server/27/admin_manual/maintenance/upgrade.html', 'eol' => false, 'minPHPVersion' => '8.0', @@ -669,7 +669,7 @@ '100' => [ 'latest' => '27.0.2', 'internalVersion' => '27.0.2.1', - 'downloadUrl' => 'https://download.nextcloud.com/server/prereleases/nextcloud-27.0.2.zip', + 'downloadUrl' => 'https://download.nextcloud.com/server/releases/nextcloud-27.0.2.zip', 'web' => 'https://docs.nextcloud.com/server/27/admin_manual/maintenance/upgrade.html', 'eol' => false, 'minPHPVersion' => '8.0', @@ -685,7 +685,7 @@ '100' => [ 'latest' => '27.0.2', 'internalVersion' => '27.0.2.1', - 'downloadUrl' => 'https://download.nextcloud.com/server/prereleases/nextcloud-27.0.2.zip', + 'downloadUrl' => 'https://download.nextcloud.com/server/releases/nextcloud-27.0.2.zip', 'web' => 'https://docs.nextcloud.com/server/27/admin_manual/maintenance/upgrade.html', 'eol' => false, 'minPHPVersion' => '8.0', diff --git a/tests/integration/features/beta.feature b/tests/integration/features/beta.feature index e045539d..6bfb6136 100644 --- a/tests/integration/features/beta.feature +++ b/tests/integration/features/beta.feature @@ -713,7 +713,7 @@ Feature: Testing the update scenario of beta releases When The request is sent Then The response is non-empty And Update to version "27.0.2.1" is available - And URL to download is "https://download.nextcloud.com/server/prereleases/nextcloud-27.0.2.zip" + And URL to download is "https://download.nextcloud.com/server/releases/nextcloud-27.0.2.zip" And URL to documentation is "https://docs.nextcloud.com/server/27/admin_manual/maintenance/upgrade.html" And EOL is set to "0" And The signature is @@ -736,7 +736,7 @@ Feature: Testing the update scenario of beta releases When The request is sent Then The response is non-empty And Update to version "27.0.2.1" is available - And URL to download is "https://download.nextcloud.com/server/prereleases/nextcloud-27.0.2.zip" + And URL to download is "https://download.nextcloud.com/server/releases/nextcloud-27.0.2.zip" And URL to documentation is "https://docs.nextcloud.com/server/27/admin_manual/maintenance/upgrade.html" And EOL is set to "0" And The signature is diff --git a/tests/integration/features/stable.feature b/tests/integration/features/stable.feature index 1e55c5b7..44bb4a12 100644 --- a/tests/integration/features/stable.feature +++ b/tests/integration/features/stable.feature @@ -959,7 +959,7 @@ Feature: Testing the update scenario of stable releases When The request is sent Then The response is non-empty And Update to version "27.0.2.1" is available - And URL to download is "https://download.nextcloud.com/server/prereleases/nextcloud-27.0.2.zip" + And URL to download is "https://download.nextcloud.com/server/releases/nextcloud-27.0.2.zip" And URL to documentation is "https://docs.nextcloud.com/server/27/admin_manual/maintenance/upgrade.html" And EOL is set to "0" And The signature is @@ -980,7 +980,7 @@ Feature: Testing the update scenario of stable releases When The request is sent Then The response is non-empty And Update to version "27.0.2.1" is available - And URL to download is "https://download.nextcloud.com/server/prereleases/nextcloud-27.0.2.zip" + And URL to download is "https://download.nextcloud.com/server/releases/nextcloud-27.0.2.zip" And URL to documentation is "https://docs.nextcloud.com/server/27/admin_manual/maintenance/upgrade.html" And EOL is set to "0" And The signature is