From fc0c720e34ae09bbe45016ca8ea621cdf10e663d Mon Sep 17 00:00:00 2001 From: profiteroles Date: Fri, 30 Aug 2019 15:14:43 -0700 Subject: [PATCH] URL fix --- Yuba.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Yuba.php b/Yuba.php index 4aadc17..e21684e 100755 --- a/Yuba.php +++ b/Yuba.php @@ -46,7 +46,7 @@ if (@$argv[1] == "Preferences...") { if (@$argv[1] == "Check for Updates...") { - $curr_version = file_get_contents("http://git.profiteroles.org/profiteroles/Yuba/raw/branch/master/version.txt"); + $curr_version = file_get_contents("https://www.profiteroles.org/git/profiteroles/Yuba/raw/branch/master/version.txt"); if ($curr_version > $version) { if(askMulti("Yuba ".$curr_version." is available (you have ".$version.")", array("Cancel","Download")) == 1) { exec("open http://git.profiteroles.org/profiteroles/Yuba");