diff options
| author | BrewTestBot | 2014-03-25 15:36:41 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-03-25 15:52:38 +0000 |
| commit | 47a5464fe754ddf014f5cfac028a9733f17516bc (patch) | |
| tree | c52d30271702bc1784279010d7ad94ce694065a9 | |
| parent | 0233a119ae6dab5a68100fcdab8107c0ba88365a (diff) | |
| download | homebrew-47a5464fe754ddf014f5cfac028a9733f17516bc.tar.bz2 | |
terminal-notifier: add 1.6.0 bottle.
Closes #27857.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/terminal-notifier.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/terminal-notifier.rb b/Library/Formula/terminal-notifier.rb index 4fb6f2332..926ba29b7 100644 --- a/Library/Formula/terminal-notifier.rb +++ b/Library/Formula/terminal-notifier.rb @@ -7,6 +7,12 @@ class TerminalNotifier < Formula head 'https://github.com/alloy/terminal-notifier.git' + bottle do + cellar :any + sha1 "a47abd03d3c9574af6f28e343f065b0393e37ed9" => :mavericks + sha1 "063dfbda7818f78024f4d179a8037aa0bf99bc01" => :mountain_lion + end + depends_on :macos => :mountain_lion depends_on :xcode |
