aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/qt5.rb
diff options
context:
space:
mode:
authorJack Nagel2014-12-09 15:18:50 -0500
committerJack Nagel2014-12-09 15:19:09 -0500
commit5f5d031af05dec5973dfd989ee62c3da7e19f798 (patch)
tree7691f042fbf514e5810d03fe5e6a8ae84e142b16 /Library/Formula/qt5.rb
parenta87e42a24388a006403b5671ec9eb70c13821ab3 (diff)
downloadhomebrew-5f5d031af05dec5973dfd989ee62c3da7e19f798.tar.bz2
qt5: use https for head, fix branch
Diffstat (limited to 'Library/Formula/qt5.rb')
-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)."