diff options
| author | Henrik Nyh | 2012-07-26 15:19:15 +0300 |
|---|---|---|
| committer | Adam Vandenberg | 2012-08-04 08:09:59 -0700 |
| commit | 8c655c80252968b883131ca6d17fa89021b0ef68 (patch) | |
| tree | e6e95bf78d0d3f5935a87c12ec13e79fbcab8bed | |
| parent | 044566f312674f8cfb75475a8ca79fe9c7ad9bf2 (diff) | |
| download | homebrew-8c655c80252968b883131ca6d17fa89021b0ef68.tar.bz2 | |
reattach-to-user-namespace ece193
Removes Mountain Lion warning.
Closes #13614.
Closes #13752.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/reattach-to-user-namespace.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/reattach-to-user-namespace.rb b/Library/Formula/reattach-to-user-namespace.rb index 7f9357399..3a231df5a 100644 --- a/Library/Formula/reattach-to-user-namespace.rb +++ b/Library/Formula/reattach-to-user-namespace.rb @@ -3,8 +3,8 @@ require 'formula' class ReattachToUserNamespace < Formula head 'https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard.git' homepage 'https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard' - url 'https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard.git', :revision => 'dadea0aa48259c704d0b412b9588de2f5623e323' - version 'dadea0' + url 'https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard.git', :revision => 'ece1935953593d05e98d8c3ee8f956b2429d633f' + version 'ece193' def options [ |
