From 4c0045b121690573f2ba09b4207e3a090d0aea64 Mon Sep 17 00:00:00 2001 From: Sam Bingner Date: Thu, 27 Sep 2018 10:10:06 -1000 Subject: Also switch to apt.bingner.com in Sources.mm --- Sources.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]]) -- cgit v1.2.3