From ac74d2eb595ed133b4e609afda0aa781ee88fd1f Mon Sep 17 00:00:00 2001 From: Christophe Simonis Date: Tue, 2 Dec 2014 18:05:39 +0100 Subject: git-extras 2.2.0 Closes #34612. Closes #34616. Signed-off-by: Jack Nagel --- Library/Formula/git-extras.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Library/Formula/git-extras.rb') diff --git a/Library/Formula/git-extras.rb b/Library/Formula/git-extras.rb index 862dd9a63..3483f5ca5 100644 --- a/Library/Formula/git-extras.rb +++ b/Library/Formula/git-extras.rb @@ -1,11 +1,11 @@ require "formula" class GitExtras < Formula - homepage "https://github.com/visionmedia/git-extras" - url "https://github.com/visionmedia/git-extras/archive/2.0.0.tar.gz" - sha1 "1cb12caffc76d3285d60a3b2b169e3ce6040998c" + homepage "https://github.com/tj/git-extras" + url "https://github.com/tj/git-extras/archive/2.2.0.tar.gz" + sha1 "cb3df2bc8953fdae7b73c3d309e79ee5316bb90d" - head "https://github.com/visionmedia/git-extras.git", :branch => "master" + head "https://github.com/tj/git-extras.git", :branch => "master" bottle do cellar :any -- cgit v1.2.3