]> git.saurik.com Git - cydia.git/commitdiff
I normally use tangelo-3.7: let's agree for now.
authorJay Freeman (saurik) <saurik@saurik.com>
Thu, 10 Mar 2011 10:14:44 +0000 (02:14 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Thu, 10 Mar 2011 10:14:44 +0000 (02:14 -0800)
MobileCydia.mm

index e4e49923f2fc52b0f0386279c34a5cd5a7427f6e..fbf9971bf99982fcbb94483330cc105b3e927886 100644 (file)
@@ -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]
     );