diff options
| author | BrewTestBot | 2014-10-02 15:32:12 +0100 |
|---|---|---|
| committer | Tim D. Smith | 2014-10-06 17:50:15 -0700 |
| commit | e3560a2d053dbfb3c26174eb40494fcbcc886ee3 (patch) | |
| tree | eae5ad3bd8def20323213888ecf6986f614c8a89 | |
| parent | 5612bf5952672841c022c8a2d8769085cac8750d (diff) | |
| download | homebrew-e3560a2d053dbfb3c26174eb40494fcbcc886ee3.tar.bz2 | |
libgroove: add 4.2.0 bottle.
Closes #32790.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
| -rw-r--r-- | Library/Formula/libgroove.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/libgroove.rb b/Library/Formula/libgroove.rb index bbae2cf8f..9f2c19f98 100644 --- a/Library/Formula/libgroove.rb +++ b/Library/Formula/libgroove.rb @@ -5,6 +5,11 @@ class Libgroove < Formula url "https://github.com/andrewrk/libgroove/archive/4.2.0.tar.gz" sha1 "1d60506bf9c99cefbbe5c2eea24fd0c1c39c39f5" + bottle do + cellar :any + sha1 "ee1764dec529305eba952244884d880c495762e6" => :mavericks + end + depends_on :macos => :mavericks depends_on "cmake" => :build depends_on "chromaprint" |
