diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/hub.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/hub.rb b/Library/Formula/hub.rb index 282ecd540..9e3db2e93 100644 --- a/Library/Formula/hub.rb +++ b/Library/Formula/hub.rb @@ -4,6 +4,12 @@ class Hub < Formula sha1 "29744a370b71e5b054fd91e59472de6dbe573a91" head "https://github.com/github/hub.git" + bottle do + sha1 "e1473bd03a9a3d3a91ad823415d4e468d63e491b" => :yosemite + sha1 "cbe513090da3faef854e43b0d0393708e7551500" => :mavericks + sha1 "4ab401c95fadce34df9175188df237bf074f8f75" => :mountain_lion + end + option "without-completions", "Disable bash/zsh completions" depends_on "go" => :build |
