update UI version check via AutoUpdate class in Froxlor.checkUpdate()
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -33,7 +33,7 @@ use Froxlor\Http\HttpClient;
|
||||
class AutoUpdate
|
||||
{
|
||||
// define update-uri
|
||||
const UPDATE_URI = "https://version.froxlor.org/froxlor/api2/";
|
||||
const UPDATE_URI = "https://version.froxlor.org/froxlor/api/v2/";
|
||||
const RELEASE_URI = "https://autoupdate.froxlor.org/froxlor-{version}.zip";
|
||||
const CHECKSUM_URI = "https://autoupdate.froxlor.org/froxlor-{version}.zip.sha256";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user