diff options
| author | BrewTestBot | 2015-01-04 02:51:08 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2015-01-04 10:37:23 +0000 |
| commit | 90212720b6fd2c4124212eec2f4d4b2ca1408e67 (patch) | |
| tree | 00f19ffebc3949128d4323387a0eb4ec553631c3 /Library | |
| parent | 82fb8c91fd5d9f0d127b02f1d5b988198b8873dd (diff) | |
| download | homebrew-90212720b6fd2c4124212eec2f4d4b2ca1408e67.tar.bz2 | |
julius: add 4.3.1 bottle.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/julius.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/julius.rb b/Library/Formula/julius.rb index 1a3a2d5c8..4fd5d05e9 100644 --- a/Library/Formula/julius.rb +++ b/Library/Formula/julius.rb @@ -3,6 +3,13 @@ class Julius < Formula url "http://sourceforge.jp/frs/redir.php?m=iij&f=%2Fjulius%2F60273%2Fjulius-4.3.1.tar.gz" sha1 "88f64ae9ed00b6ab5a2d4fe07e3ced141a46c196" + bottle do + cellar :any + sha1 "bba5ca072725622c54b1c599d214fd1da333490d" => :yosemite + sha1 "644114d2e731527419c6793e392684879caed612" => :mavericks + sha1 "bffe9f6902a93e1f62a103ace1906a5434c69ed7" => :mountain_lion + end + depends_on "libsndfile" def install |
