aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/qt5.rb2
1 files changed, 1 insertions, 1 deletions
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)."