aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBarry Mitchelson2010-03-22 21:19:12 +0000
committerAdam Vandenberg2010-03-22 16:57:29 -0700
commit412ee04bdecbe9a4d049bdff9b8ffc5880305dcc (patch)
tree0e71ed8df87e3e0b8fe090c841ce290831451ca1 /Library
parent58ab8284896be2cba138424073971c5adb7b86ac (diff)
downloadhomebrew-412ee04bdecbe9a4d049bdff9b8ffc5880305dcc.tar.bz2
Ugraded tmux to version 1.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/tmux.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/tmux.rb b/Library/Formula/tmux.rb
index 081da4be2..1f566018f 100644
--- a/Library/Formula/tmux.rb
+++ b/Library/Formula/tmux.rb
@@ -1,10 +1,12 @@
require 'formula'
class Tmux <Formula
- url 'http://downloads.sourceforge.net/tmux/tmux-1.1.tar.gz'
- md5 'faf2fc52ac3ae63d899f6fece2c112cd'
+ url 'http://downloads.sourceforge.net/tmux/tmux-1.2.tar.gz'
+ md5 '748fbe7bb5f86812e19bd6005ff21a5a'
homepage 'http://tmux.sourceforge.net'
+ depends_on 'libevent'
+
def install
ENV['PREFIX'] = "#{prefix}"
system "./configure"