diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/tmux.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/tmux.rb b/Library/Formula/tmux.rb index c1af95a27..4f0934b8b 100644 --- a/Library/Formula/tmux.rb +++ b/Library/Formula/tmux.rb @@ -5,7 +5,7 @@ class Tmux < Formula url 'http://downloads.sourceforge.net/project/tmux/tmux/tmux-1.8/tmux-1.8.tar.gz' sha1 '08677ea914e1973ce605b0008919717184cbd033' - head 'git://tmux.git.sourceforge.net/gitroot/tmux/tmux' + head 'git://git.code.sf.net/p/tmux/tmux-code' depends_on 'pkg-config' => :build depends_on 'libevent' @@ -22,7 +22,7 @@ class Tmux < Formula # Fixes abnormal displaying Korean letters on Mac OS X # https://gist.github.com/niceview/5343842 # Accepted upstream, can be removed in next version. - DATA + DATA unless build.head? end def install |
