summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Bingner <sam@bingner.com>2018-09-27 10:10:06 -1000
committerSam Bingner <sam@bingner.com>2018-09-27 10:10:06 -1000
commit4c0045b121690573f2ba09b4207e3a090d0aea64 (patch)
treead75b73ec45870d5b9aee275be815905caa54a17
parente8e697ee252f38aaf926d8b625019c21ae1f69ca (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 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]])