diff options
author | Sam Bingner <sam@bingner.com> | 2018-09-27 10:10:06 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2019-05-27 14:16:11 -1000 |
commit | cdb512a60fdff43b7c054b3ce043d36323529e27 (patch) | |
tree | 74649026573f41e8d9cb30f69f3565babbfb5f92 | |
parent | 860ee8e5187fa3a97a1a632fca9bd165a6080116 (diff) |
Also switch to apt.bingner.com in Sources.mm
-rw-r--r-- | Sources.mm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]]) |