Skip to content

Commit

Permalink
Update tmux-iterm2.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
olivier-o committed Mar 2, 2013
1 parent 40923df commit 25d38d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tmux-iterm2.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'formula'

class TmuxIterm2 < Formula
url 'http://iterm2.googlecode.com/files/iTerm2-1_0_0_20130122.zip'
url 'http://iterm2.googlecode.com/files/iTerm2-1_0_0_20130210.zip'
sha1 'a5f55b545500ebcb97e842f65ea9c90dd457f228'

head 'git://tmux.git.sourceforge.net/gitroot/tmux/tmux'
Expand All @@ -15,7 +15,7 @@ class TmuxIterm2 < Formula
end

def install
system "tar -xvf tmux-for-iTerm2-20130122.tar.gz"
system "tar -xvf tmux-for-iTerm2-20130210.tar.gz"

Dir.chdir "tmux" do
system "sh", "autogen.sh" if build.head?
Expand Down

0 comments on commit 25d38d0

Please sign in to comment.