aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/tmux-cssh.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/tmux-cssh.rb')
-rw-r--r--Library/Formula/tmux-cssh.rb13
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