Future<bool> update() async { try { await pubUpdater.update(packageName: pkg.pkg); return true; } catch (_) { return false; } }