nicklockwood / SwiftFormat

A command-line tool and Xcode Extension for formatting Swift code
MIT License
7.66k stars 623 forks source link

0.52.9 is not available via Homebrew #1579

Closed honkmaster closed 8 months ago

honkmaster commented 8 months ago
~ %   brew install swiftformat

Warning: swiftformat 0.52.8 is already installed and up-to-date.
To reinstall 0.52.8, run:

brew update was run in advance.

https://formulae.brew.sh/formula/swiftformat list 0.52.8 as the most recent version

nicklockwood commented 8 months ago

It has to be manually updated and approved by the Homebrew team, so it usually takes a little while to appear.

honkmaster commented 8 months ago

Oh wow. Didn’t know that this is a manual process. Thanks @nicklockwood.

jshier commented 8 months ago

Rather than opening a new issue (which I can if you want), it seems like 0.52.9 isn't available on CocoaPods yet, despite the podspec being updated in the repo.

nicklockwood commented 8 months ago

@jshier yes, that also needs to be pushed manually (but that one's on me 🤦‍♂️)

honkmaster commented 8 months ago

BTW: Was brew always that slow? 0.52.10 also takes some time.