summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Sources.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Sources.mm b/Sources.mm
index 418ea08..4a8e3a8 100644
--- a/Sources.mm
+++ b/Sources.mm
@@ -42,7 +42,7 @@ void CydiaWriteSources() {
FILE *file(fopen(sources, "w"));
_assert(file != NULL);
- fprintf(file, "deb http://apt.saurik.com/ ios/%.2f main\n", kCFCoreFoundationVersionNumber);
+ fprintf(file, "deb http://apt.bingner.com/ ios/%.2f main\n", kCFCoreFoundationVersionNumber);
for (NSString *key in [Sources_ allKeys]) {
if ([key hasPrefix:@"deb:http:"] && [Sources_ objectForKey:[NSString stringWithFormat:@"deb:https:%s", [key UTF8String] + 9]])