From 3f2189f98d05deddf1afed54ce8ee8f1f21cdf3f Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Thu, 10 Mar 2011 02:14:44 -0800 Subject: [PATCH] I normally use tangelo-3.7: let's agree for now. --- MobileCydia.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] ); -- 2.45.2