summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-03-10 02:14:44 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2011-03-10 02:14:44 -0800
commit3f2189f98d05deddf1afed54ce8ee8f1f21cdf3f (patch)
treeea2a16d7812e4007da5b5b59d67fa22b8a2cbf98
parent611efc17130d8f2456ad3f00b8b248b00107eea5 (diff)
I normally use tangelo-3.7: let's agree for now.
-rw-r--r--MobileCydia.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm
index e4e4992..fbf9971 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]
);