brew/Library
沙漠之子 e1a592c76c
Adding the header option to CurlDownloadStrategy.
It's easy to access github private resources later through specific `header` settings.
e.g.
```
cask 'XXXX' do
...
  url "https://raw.githubusercontent.com/....",
      header : "Authorization: token #{ENV['HOMEBREW_GITHUB_API_TOKEN']}"
...
end
 ```
2019-10-07 16:19:33 +08:00
..
2019-10-03 09:22:44 +02:00

Library

This directory contains all the code run by the official brew and brew cask commands in Homebrew and all formulae (package descriptions) in taps (repositories containing formulae) in Taps subdirectories.