aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2015-02-14 22:03:55 +0000
committerJack Nagel2015-02-14 21:21:03 -0500
commit1ad37e4770061338129bdc31a2c8b6551aeaa8bf (patch)
treec852b08a2a9c1a826b8e69f11dbb6a7b38480b8a /Library
parent69096c85c710679a83fbc32d9950d42668707aec (diff)
downloadhomebrew-1ad37e4770061338129bdc31a2c8b6551aeaa8bf.tar.bz2
hub: add 2.2.0 bottle.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/hub.rb6
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