diff options
| author | Julien Blanchard | 2015-04-06 14:28:03 +0200 |
|---|---|---|
| committer | Mike McQuaid | 2015-04-07 08:52:16 +0100 |
| commit | a5f08848f3e54a2b64ef671732d4105bd3b4d5da (patch) | |
| tree | 6e51b03610535f890df82581d69c4b0ed6fd3635 /Library/Formula | |
| parent | f458d62e2d2390a4c0e67519769488607f98b22a (diff) | |
| download | homebrew-a5f08848f3e54a2b64ef671732d4105bd3b4d5da.tar.bz2 | |
terminal-notifier 1.6.3
Closes #38406.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/terminal-notifier.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/terminal-notifier.rb b/Library/Formula/terminal-notifier.rb index 979e30aef..85b52c667 100644 --- a/Library/Formula/terminal-notifier.rb +++ b/Library/Formula/terminal-notifier.rb @@ -1,7 +1,7 @@ class TerminalNotifier < Formula homepage "https://github.com/alloy/terminal-notifier" - url "https://github.com/alloy/terminal-notifier/archive/1.6.2.tar.gz" - sha1 "ffd01b5a832e0167b9382c7ebec3e34349103b89" + url "https://github.com/alloy/terminal-notifier/archive/1.6.3.tar.gz" + sha256 "d71243e194d290e873eb5c5f30904e1d9406246d089e7d4d48ca275a8abfe275" head "https://github.com/alloy/terminal-notifier.git" @@ -27,6 +27,6 @@ class TerminalNotifier < Formula end test do - system "#{bin}/terminal-notifier", "-message", "Hello World!" + system "#{bin}/terminal-notifier", "-help" if MacOS.version < :yosemite end end |
