Skip to content
This repository was archived by the owner on Oct 19, 2022. It is now read-only.

Commit fce2a0e

Browse files
committed
update test versions
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
1 parent c1d1ee4 commit fce2a0e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

strings.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@
4545
// $DOWNLOAD_CLIENT_DESKTOP_STABLE_SOURCES_PGP = $DOWNLOAD_CLIENT_DESKTOP_STABLE_SOURCES.'.asc';
4646

4747
// Desktop client testing
48-
$VERSIONS_CLIENT_DESKTOP_TESTING = '';
49-
$DOWNLOAD_CLIENT_DESKTOP_TEST_BASE= 'https://download.nextcloud.com/desktop/prereleases/';
50-
$DOWNLOAD_CLIENT_DESKTOP_TEST_WIN = $DOWNLOAD_CLIENT_DESKTOP_TEST_BASE.'Windows/Nextcloud-3.5.0-rc1-x64.msi';
51-
$DOWNLOAD_CLIENT_DESKTOP_TEST_MAC = $DOWNLOAD_CLIENT_DESKTOP_TEST_BASE.'Mac/Nextcloud-3.5.0-rc1.pkg';
52-
$DOWNLOAD_CLIENT_DESKTOP_TEST_LINUX = $DOWNLOAD_CLIENT_DESKTOP_TEST_BASE.'Linux/Nextcloud-3.5.0-rc1.AppImage';
48+
$VERSIONS_CLIENT_DESKTOP_TESTING = '3.5.0-rc1';
49+
$DOWNLOAD_CLIENT_DESKTOP_TEST_BASE= 'https://github.com/nextcloud/desktop/releases/tag/v';
50+
$DOWNLOAD_CLIENT_DESKTOP_TEST_WIN = $DOWNLOAD_CLIENT_DESKTOP_TEST_BASE.'';
51+
$DOWNLOAD_CLIENT_DESKTOP_TEST_MAC = $DOWNLOAD_CLIENT_DESKTOP_TEST_BASE.'';
52+
$DOWNLOAD_CLIENT_DESKTOP_TEST_LINUX = $DOWNLOAD_CLIENT_DESKTOP_TEST_BASE.'';
5353
$DOWNLOAD_CLIENT_DESKTOP_TESTPILOT_WIN = $DOWNLOAD_CLIENT_DESKTOP_TEST_BASE.'';
5454
$DOWNLOAD_CLIENT_DESKTOP_TESTPILOT_MAC = $DOWNLOAD_CLIENT_DESKTOP_TEST_BASE.'';
5555
$DOWNLOAD_CLIENT_DESKTOP_TESTPILOT_LINUX = '';
@@ -78,7 +78,7 @@
7878

7979
// Testing
8080
$DOWNLOAD_SERVER_PACKAGES_TESTING = 'https://download.nextcloud.com/server/prereleases/';
81-
$SERVER_TESTING_VERSION =''; // nothing to test -> leave it empty
81+
$SERVER_TESTING_VERSION ='24.0.0beta2'; // nothing to test -> leave it empty
8282
$DOWNLOAD_SERVER_TAR_TESTING ='https://download.nextcloud.com/server/prereleases/nextcloud-'.$SERVER_TESTING_VERSION.'.tar.bz2';
8383
$DOWNLOAD_SERVER_ZIP_TESTING ='https://download.nextcloud.com/server/prereleases/nextcloud-'.$SERVER_TESTING_VERSION.'.zip';
8484

0 commit comments

Comments
 (0)