Skip to content

Commit

Permalink
terminal-notifier 1.6.3
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#38406.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
julienXX authored and MikeMcQuaid committed Apr 7, 2015
1 parent c182b83 commit b1cb56e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/terminal-notifier.rb
Original file line number Diff line number Diff line change
@@ -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"

Expand All @@ -27,6 +27,6 @@ def install
end

test do
system "#{bin}/terminal-notifier", "-message", "Hello World!"
system "#{bin}/terminal-notifier", "-help" if MacOS.version < :yosemite
end
end

0 comments on commit b1cb56e

Please sign in to comment.