From 5f5d031af05dec5973dfd989ee62c3da7e19f798 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 9 Dec 2014 15:18:50 -0500 Subject: qt5: use https for head, fix branch --- Library/Formula/qt5.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/qt5.rb b/Library/Formula/qt5.rb index 1a12f5dc9..50c44c41e 100644 --- a/Library/Formula/qt5.rb +++ b/Library/Formula/qt5.rb @@ -40,7 +40,7 @@ class Qt5 < Formula # https://bugreports.qt-project.org/browse/QTBUG-41136 patch :DATA - head "git://gitorious.org/qt/qt5.git", :branch => "stable", + head "https://gitorious.org/qt/qt5.git", :branch => "5.3", :using => Qt5HeadDownloadStrategy, :shallow => false keg_only "Qt 5 conflicts Qt 4 (which is currently much more widely used)." -- cgit v1.2.3