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 Homebrew/homebrew#21713.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Mislav Marohnić 2013-08-07 00:06:04 +02:00 committed by Adam Vandenberg
parent 4963eccf7b
commit 4153136e95
1 changed files with 2 additions and 2 deletions

View File

@ -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