diff options
| author | BrewTestBot | 2014-07-19 01:41:05 +0100 | 
|---|---|---|
| committer | Jack Nagel | 2014-07-18 19:42:11 -0500 | 
| commit | 1070de2355434e03f099f5ea367a6cde7ae68e42 (patch) | |
| tree | 6cbfa752127b0b81581075dfdfccdec87b49074d | |
| parent | 0971e56c9d86bde4644e63ad580ed819ad76ba5f (diff) | |
| download | homebrew-1070de2355434e03f099f5ea367a6cde7ae68e42.tar.bz2 | |
openal-soft: add 1.15.1 bottle.
| -rw-r--r-- | Library/Formula/openal-soft.rb | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/Library/Formula/openal-soft.rb b/Library/Formula/openal-soft.rb index 11a752b26..e87ad9628 100644 --- a/Library/Formula/openal-soft.rb +++ b/Library/Formula/openal-soft.rb @@ -5,6 +5,13 @@ class OpenalSoft < Formula    url "http://kcat.strangesoft.net/openal-releases/openal-soft-1.15.1.tar.bz2"    sha1 "a0e73a46740c52ccbde38a3912c5b0fd72679ec8" +  bottle do +    cellar :any +    sha1 "44f4eae635fecdc2bebfc971e1d708e660781f1b" => :mavericks +    sha1 "d360e2481ac65b746f3d5f6b4f5c942a444da2d0" => :mountain_lion +    sha1 "dd626bbe9640d591867709ac465652f6618d3457" => :lion +  end +    depends_on "cmake" => :build    def install | 
