diff options
| author | Chongyu Zhu | 2013-08-15 21:45:20 +0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-08-15 09:36:41 -0700 |
| commit | 82c99f6f49c2d137353e6b10838c1a8091548372 (patch) | |
| tree | c65033b37050c045df7167c84c126c9f4454aa86 /Library/Formula | |
| parent | afc8fa76bc50d8554329c287a673ee178920adcd (diff) | |
| download | homebrew-82c99f6f49c2d137353e6b10838c1a8091548372.tar.bz2 | |
reattach-to-user-namespace 2.2
Closes #21919.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 811a30539..df91fad4b 100644 --- a/Library/Formula/reattach-to-user-namespace.rb +++ b/Library/Formula/reattach-to-user-namespace.rb @@ -2,8 +2,8 @@ require 'formula' class ReattachToUserNamespace < Formula homepage 'https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard' - url 'https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard.git', :revision => 'de300b06b84423f09cda11e7b2cf92ee65b97293' - version '2.1' + url 'https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard/archive/v2.2.tar.gz' + sha1 '9003717da30930990f1c10ef9da1c8071eaac962' head 'https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard.git' |
