From c45c6115630de10e704beb5bbfdbd0db7900b97e Mon Sep 17 00:00:00 2001 From: Sam Bingner Date: Mon, 11 Nov 2019 14:44:11 -1000 Subject: Fix chariz URL and ... add packix --- MobileCydia.mm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'MobileCydia.mm') diff --git a/MobileCydia.mm b/MobileCydia.mm index 3210d92..4622588 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -9487,8 +9487,9 @@ int main(int argc, char *argv[]) { CydiaAddSource(@"http://apt.thebigboss.org/repofiles/cydia/", @"stable", [NSMutableArray arrayWithObject:@"main"]); CydiaAddSource(@"http://apt.modmyi.com/", @"stable", [NSMutableArray arrayWithObject:@"main"]); CydiaAddSource(@"http://cydia.zodttd.com/repo/cydia/", @"stable", [NSMutableArray arrayWithObject:@"main"]); - CydiaAddSource(@"https://repo.chariz.io/", @"./"); + CydiaAddSource(@"https://repo.chariz.com/", @"./"); CydiaAddSource(@"https://repo.dynastic.co/", @"./"); + CydiaAddSource(@"https://repo.packix.com/", @"./"); Version_ = [NSNumber numberWithUnsignedInt:1]; -- cgit v1.2.3