krzysztofzablocki / Sourcery

Meta-programming for Swift, stop writing boilerplate code.
http://merowing.info
MIT License
7.67k stars 617 forks source link

Update homebrew #621

Closed ProudOfZiggy closed 6 years ago

ProudOfZiggy commented 6 years ago

http://brewformulas.org/Sourcery saying CLI is still 0.11.2. Can you update it up to 0.13.1? So we could install it using brew install

ilyapuchka commented 6 years ago

There is an issue in Homebrew that blocked 0.12 release

ProudOfZiggy commented 6 years ago

So there is no chances that we will get it in close future?

ilyapuchka commented 6 years ago

Unless someone has idea how to fix it. Related pull request in Homebrew was just closed without explanation https://github.com/Homebrew/brew/pull/4147

tmspzz commented 6 years ago

Hi,

In the mean time I created a bottled version at https://github.com/blender/homebrew-tap/blob/master/sourcery.rb

you can install it via

brew install blender/homebrew-tap/sourcery

or

brew install https://github.com/blender/homebrew-tap/blob/master/sourcery.rb

or copy the file locally and install via

brew install sourcery.rb

yonaskolb commented 6 years ago

We fixed this in XcodeGen by removing libxml2 from HOMEBREW_ISYSTEM_PATHS https://github.com/yonaskolb/XcodeGen/pull/289