diff options
| author | BrewTestBot | 2014-06-29 15:55:41 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2014-06-29 16:01:30 +0100 | 
| commit | 98224bbf0740bb1775633fc62e6a8f3fc4a026e9 (patch) | |
| tree | 7a5f5105efe7695f7234cc67053cdaa26c37612b | |
| parent | 40e5dbdbe6090801e6577569f60ed98d41b57efe (diff) | |
| download | homebrew-98224bbf0740bb1775633fc62e6a8f3fc4a026e9.tar.bz2 | |
switchaudio-osx: add 1.0.0 bottle.
Closes #30533.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/switchaudio-osx.rb | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/Library/Formula/switchaudio-osx.rb b/Library/Formula/switchaudio-osx.rb index 7cc8a964d..79356b117 100644 --- a/Library/Formula/switchaudio-osx.rb +++ b/Library/Formula/switchaudio-osx.rb @@ -6,6 +6,13 @@ class SwitchaudioOsx < Formula    sha1 "4b7bae425f4b9ec71b67dc2c4c6f26fd195d623a"    head "https://github.com/deweller/switchaudio-osx.git" +  bottle do +    cellar :any +    sha1 "5e5809f498765a2402a3082d3f643f7772f7851f" => :mavericks +    sha1 "419a9487393be1d4b08fae2fc7aa6ab097b7cd75" => :mountain_lion +    sha1 "94e17d2daaefe1118ce7915d26b4cbd0219b07c8" => :lion +  end +    depends_on :macos => :lion    depends_on :xcode => :build | 
