aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/tmux.rb13
1 files changed, 2 insertions, 11 deletions
diff --git a/Library/Formula/tmux.rb b/Library/Formula/tmux.rb
index 45a0c09a1..f65c2d3a4 100644
--- a/Library/Formula/tmux.rb
+++ b/Library/Formula/tmux.rb
@@ -2,8 +2,8 @@ require 'formula'
class Tmux < Formula
homepage 'http://tmux.sourceforge.net'
- url 'http://sourceforge.net/projects/tmux/files/tmux/tmux-1.7/tmux-1.7.tar.gz'
- sha1 'ee6942a1bc3fc650036f26921d80bc4b73d56df6'
+ url 'http://sourceforge.net/projects/tmux/files/tmux/tmux-1.8/tmux-1.8.tar.gz'
+ sha1 '08677ea914e1973ce605b0008919717184cbd033'
head 'git://tmux.git.sourceforge.net/gitroot/tmux/tmux'
@@ -25,15 +25,6 @@ class Tmux < Formula
system "make install"
(prefix+'etc/bash_completion.d').install "examples/bash_completion_tmux.sh" => 'tmux'
-
- # Install addtional meta file
- prefix.install 'NOTES'
- end
-
- def caveats; <<-EOS.undent
- Additional information can be found in:
- #{prefix}/NOTES
- EOS
end
def test