diff options
| author | BrewTestBot | 2015-03-26 23:30:37 +0000 |
|---|---|---|
| committer | Xu Cheng | 2015-03-27 16:01:39 +0800 |
| commit | 1fa7ca7e4f5b121182249a326d9300078725ed5b (patch) | |
| tree | 637f5d2387354e3a6dcba163aef24feef5ef5198 /Library | |
| parent | 32efd704a0d81828386575ec51860b95b75a6659 (diff) | |
| download | homebrew-1fa7ca7e4f5b121182249a326d9300078725ed5b.tar.bz2 | |
reattach-to-user-namespace: add 2.3 bottle.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/reattach-to-user-namespace.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/reattach-to-user-namespace.rb b/Library/Formula/reattach-to-user-namespace.rb index 79764a2a5..49bf4d730 100644 --- a/Library/Formula/reattach-to-user-namespace.rb +++ b/Library/Formula/reattach-to-user-namespace.rb @@ -5,6 +5,13 @@ class ReattachToUserNamespace < Formula head "https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard.git" + bottle do + cellar :any + sha256 "30aa385bfb31849afac326e1e8c429b39eee2aee7db4e26af22426faef08f6f5" => :yosemite + sha256 "50b7105b92e65585234193864bc2d813c4c5b647e709f23aa34a01808badd85b" => :mavericks + sha256 "ae205ae3b48cf22831c790fb3a2d24f5910bccebb413a14b94d20d55ed1c32ef" => :mountain_lion + end + option "with-wrap-pbcopy-and-pbpaste", "Include wrappers for pbcopy/pbpaste that shim in this fix" option "with-wrap-launchctl", "Include wrapper for launchctl with this fix" deprecated_option "wrap-pbcopy-and-pbpaste" => "with-wrap-pbcopy-and-pbpaste" |
