aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2014-02-24 11:33:52 +0000
committerMike McQuaid2014-02-24 11:33:52 +0000
commite50b94cf2cd38ea0486f9dba6fd869495f3215ff (patch)
treeaab9ea6bed79e75b773beb3d465656b4572513ed /Library/Formula
parent5750c48a5a35740bf643e4f9f36a7b4cc09142fa (diff)
downloadhomebrew-e50b94cf2cd38ea0486f9dba6fd869495f3215ff.tar.bz2
tmux 1.9a
Closes #26963.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/tmux.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/tmux.rb b/Library/Formula/tmux.rb
index f3e3a7389..6830ab17b 100644
--- a/Library/Formula/tmux.rb
+++ b/Library/Formula/tmux.rb
@@ -2,8 +2,8 @@ require 'formula'
class Tmux < Formula
homepage 'http://tmux.sourceforge.net'
- url 'http://downloads.sourceforge.net/project/tmux/tmux/tmux-1.9/tmux-1.9.tar.gz'
- sha1 '43197e69716a0430a9e856c13df8ceae31783078'
+ url 'http://downloads.sourceforge.net/project/tmux/tmux/tmux-1.9/tmux-1.9a.tar.gz'
+ sha1 '815264268e63c6c85fe8784e06a840883fcfc6a2'
head do
url 'git://git.code.sf.net/p/tmux/tmux-code'