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 a156ee2..0e48168 100644
--- a/Sources.mm
+++ b/Sources.mm
@@ -35,7 +35,7 @@ void CydiaWriteSources() {
FILE *file(fopen(SOURCES_LIST, "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]])