diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/fleetctl.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/fleetctl.rb b/Library/Formula/fleetctl.rb index 9148f2471..9cff60e2d 100644 --- a/Library/Formula/fleetctl.rb +++ b/Library/Formula/fleetctl.rb @@ -6,6 +6,12 @@ class Fleetctl < Formula sha1 'fcce42bca624541f890d5ac61c79fd60a0718407' head 'https://github.com/coreos/fleet.git' + bottle do + sha1 "486d83a0cee1d7b5c62b554f5197bd3273a7ce49" => :mavericks + sha1 "c62b2821349c898cf03d786b3e75bbb52a291935" => :mountain_lion + sha1 "414335309df919f7adf9abe92855d74d63dbb7e5" => :lion + end + depends_on 'go' => :build def install |
