From a26ad329d18765d208d17c3c59d78d51622332d5 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Thu, 10 Mar 2011 18:30:09 -0800 Subject: Force update during upgrade. --- MobileCydia.mm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MobileCydia.mm b/MobileCydia.mm index e8ec96e..86f9c6c 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -10220,6 +10220,8 @@ int main(int argc, char *argv[]) { Version_ = [NSNumber numberWithUnsignedInt:1]; [Metadata_ setObject:Version_ forKey:@"Version"]; + [Metadata_ removeObjectForKey:@"LastUpdate"]; + Changed_ = true; } /* }}} */ -- cgit v1.2.3