diff options
| author | BrewTestBot | 2015-04-03 20:18:09 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2015-04-06 21:36:40 +0100 | 
| commit | 0e827b627d3c9be1f7101cb2dae8305c4efe127d (patch) | |
| tree | dc56e083c088b7d9ebcf038e85159a18accabcfa | |
| parent | dacc6da83ea977a8443c85114a09aecb5a65cb37 (diff) | |
| download | homebrew-0e827b627d3c9be1f7101cb2dae8305c4efe127d.tar.bz2 | |
watch-sim: add 1.0.0 bottle.
| -rw-r--r-- | Library/Formula/watch-sim.rb | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/Library/Formula/watch-sim.rb b/Library/Formula/watch-sim.rb index 8e3e82413..c965b0855 100644 --- a/Library/Formula/watch-sim.rb +++ b/Library/Formula/watch-sim.rb @@ -4,6 +4,12 @@ class WatchSim < Formula    sha256 "138616472e980276999fee47072a24501ea53ce3f7095a3de940e683341b7cba"    head "https://github.com/alloy/watch-sim.git" +  bottle do +    cellar :any +    sha256 "06d95de04920d991ee1ee5a9e8035fb12ef103aa072382cef82cab683797e8d9" => :yosemite +    sha256 "b04846befdb378679cdd93bdf182784a8ed0da3957cb0b4a124576b3cd06e54c" => :mavericks +  end +    depends_on :xcode => "6.2"    def install | 
