diff options
author | Sam Bingner <sam@bingner.com> | 2018-09-27 10:10:06 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2018-09-27 10:10:06 -1000 |
commit | 4c0045b121690573f2ba09b4207e3a090d0aea64 (patch) | |
tree | ad75b73ec45870d5b9aee275be815905caa54a17 | |
parent | e8e697ee252f38aaf926d8b625019c21ae1f69ca (diff) |
Also switch to apt.bingner.com in Sources.mm
-rw-r--r-- | Sources.mm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]]) |