diff options
| author | Mislav Marohnić | 2013-08-07 00:06:04 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2013-08-06 15:25:21 -0700 |
| commit | d6c4c46383d62ee5bc2fd0e3ca30c065af2b0b5c (patch) | |
| tree | d9c77995cbfe66289d65721515840451e9a438bc /Library | |
| parent | 994cc96e81bd1d2e698c9ff7f316d362884dd802 (diff) | |
| download | homebrew-d6c4c46383d62ee5bc2fd0e3ca30c065af2b0b5c.tar.bz2 | |
tmux: fix HEAD
The old git repo URL is 7 months old and outdated (doesn't even contain
the 1.8 tag). Also, don't apply patches to edge version since they're
already present in master.
Closes #21713.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -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 |
