diff options
| author | zhee | 2015-04-20 00:11:05 +0900 |
|---|---|---|
| committer | Brett Koonce | 2015-04-25 09:56:31 -0700 |
| commit | 983f9bd2bf72a0c6daba0cb377c652b0ce29ff48 (patch) | |
| tree | 63be882a4cba3198a2dab88dbbafb54408edf069 | |
| parent | 04458901d90ad9bf98d1e22b0477553eda2924c5 (diff) | |
| download | homebrew-983f9bd2bf72a0c6daba0cb377c652b0ce29ff48.tar.bz2 | |
tmux-cssh 1.0.6-0
Closes #38825.
Signed-off-by: Brett Koonce <koonce@gmail.com>
| -rw-r--r-- | Library/Formula/tmux-cssh.rb | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/Library/Formula/tmux-cssh.rb b/Library/Formula/tmux-cssh.rb index bd6493bd0..2dc89a9ca 100644 --- a/Library/Formula/tmux-cssh.rb +++ b/Library/Formula/tmux-cssh.rb @@ -1,14 +1,13 @@ -require 'formula' - class TmuxCssh < Formula - homepage 'https://github.com/dennishafemann/tmux-cssh' - url 'https://github.com/dennishafemann/tmux-cssh/archive/0.1.tar.gz' - sha1 '477a9079775ce48afe0c90699fa69f368e69cdfd' + homepage "https://github.com/dennishafemann/tmux-cssh" + url "https://github.com/dennishafemann/tmux-cssh/archive/1.0.6-0.tar.gz" + sha256 "0819ede68fcde7df7b86df440790d6be2a45259b5c2af40bbe9b476a1bf54acc" + version "1.0.6-0" - depends_on 'tmux' + depends_on "tmux" def install - bin.install 'tmux-cssh' + bin.install "tmux-cssh" end test do |
