diff options
| author | BrewTestBot | 2014-08-06 17:55:03 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-08-07 08:35:36 +0100 |
| commit | 075ce8e77545c6a63b2d6bbfc584da47cc46df06 (patch) | |
| tree | 40dc337e28acbfa3d4cf6e8df28024a675748b2c | |
| parent | 2b93c3b07d233cfc43b5afa299ac244cde9041b9 (diff) | |
| download | homebrew-075ce8e77545c6a63b2d6bbfc584da47cc46df06.tar.bz2 | |
portaudio: add 19.20140130 bottle.
Closes #31317.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/portaudio.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/portaudio.rb b/Library/Formula/portaudio.rb index f16de175a..b7990966b 100644 --- a/Library/Formula/portaudio.rb +++ b/Library/Formula/portaudio.rb @@ -6,6 +6,13 @@ class Portaudio < Formula sha1 "526a7955de59016a06680ac24209ecb6ce05527d" head "https://subversion.assembla.com/svn/portaudio/portaudio/trunk/", :using => :svn + bottle do + cellar :any + sha1 "dd0697d98af452ef4508c80bb1148f2e8df21c7c" => :mavericks + sha1 "97a88511e3068a00350867b67cf272b54f118a85" => :mountain_lion + sha1 "b9ea51a124685cb8b872c7ec9f0cdc02bbdee8de" => :lion + end + depends_on "pkg-config" => :build option :universal |
