From: Jay Freeman (saurik) Date: Thu, 10 Mar 2011 10:14:44 +0000 (-0800) Subject: I normally use tangelo-3.7: let's agree for now. X-Git-Tag: v1.1.0%b4~2 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/3f2189f98d05deddf1afed54ce8ee8f1f21cdf3f I normally use tangelo-3.7: let's agree for now. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index e4e49923..fbf9971b 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -741,7 +741,7 @@ static void WriteSources() { FILE *file(fopen("/etc/apt/sources.list.d/cydia.list", "w")); _assert(file != NULL); - fprintf(file, "deb http://%s/ tangelo main\n", + fprintf(file, "deb http://%s/ tangelo-3.7 main\n", [CydiaSource_ UTF8String] );