summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Bingner <sam@bingner.com>2018-09-27 10:10:06 -1000
committerSam Bingner <sam@bingner.com>2019-05-27 14:16:11 -1000
commitcdb512a60fdff43b7c054b3ce043d36323529e27 (patch)
tree74649026573f41e8d9cb30f69f3565babbfb5f92
parent860ee8e5187fa3a97a1a632fca9bd165a6080116 (diff)
Also switch to apt.bingner.com in Sources.mm
-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]])