Skip to content

Commit

Permalink
Update tmux to 2.8-border-ascii
Browse files Browse the repository at this point in the history
  • Loading branch information
atton committed Oct 31, 2018
1 parent e4beee8 commit 2f64678
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tmux.rb
@@ -1,8 +1,9 @@
class Tmux < Formula
desc "Terminal multiplexer"
homepage "https://tmux.github.io/"
head "https://github.com/atton/tmux", using: :git, branch: '2.7-border-ascii'
version '2.7'
head "https://github.com/atton/tmux", using: :git, branch: '2.8-border-ascii'
version '2.8'


depends_on "autoconf" => :build
depends_on "automake" => :build
Expand All @@ -25,7 +26,7 @@ def install
--sysconfdir=#{etc}
]

args << "--enable-utf8proc"
args << "--enable-utf8proc" if build.with?("utf8proc")

ENV.append "LDFLAGS", "-lresolv"
system "./configure", *args
Expand All @@ -39,7 +40,7 @@ def install
def caveats; <<~EOS
Example configuration has been installed to:
#{opt_pkgshare}
EOS
EOS
end

test do
Expand Down

0 comments on commit 2f64678

Please sign in to comment.