qt5: use https for head, fix branch

This commit is contained in:
Jack Nagel 2014-12-09 15:18:50 -05:00
parent 470e59f7ef
commit df4886bce3

View file

@ -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)."