From b5c4bde194e6ad235c601a1d9c0175823c8c7396 Mon Sep 17 00:00:00 2001 From: Chongyu Zhu Date: Wed, 17 Jun 2015 22:26:05 +0800 Subject: [PATCH] reattach-to-user-namespace 2.4 Closes Homebrew/homebrew#40815. Signed-off-by: Dominyk Tiller --- Formula/reattach-to-user-namespace.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/reattach-to-user-namespace.rb b/Formula/reattach-to-user-namespace.rb index e43718df60..3a53d549f9 100644 --- a/Formula/reattach-to-user-namespace.rb +++ b/Formula/reattach-to-user-namespace.rb @@ -1,8 +1,8 @@ class ReattachToUserNamespace < Formula desc "Reattach process (e.g., tmux) to background" homepage "https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard" - url "https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard/archive/v2.3.tar.gz" - sha256 "f9ff4f7bca2927465092c8c5cb44b782a8a500229db72a014bbb12bf43a5bf96" + url "https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard/archive/v2.4.tar.gz" + sha256 "645dfb77933fdb89b5935cbfc03f136c2672f8500e0a68b72acb7a1bf552a240" head "https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard.git"