aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2013-09-23 17:31:43 +0100
committerMike McQuaid2013-09-23 17:31:43 +0100
commit203bcbe80805fff1020955ceb18308ce5fc7b3de (patch)
tree5bb8118fe632ff5c172a28142b5f46f0b09c8eea /Library
parentf1f9252b31a0e364366b5c2d0a874b69c8921e4f (diff)
downloadhomebrew-203bcbe80805fff1020955ceb18308ce5fc7b3de.tar.bz2
qt5: update bottles.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/qt5.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/qt5.rb b/Library/Formula/qt5.rb
index 2cfd35de3..fef9acb64 100644
--- a/Library/Formula/qt5.rb
+++ b/Library/Formula/qt5.rb
@@ -5,6 +5,12 @@ class Qt5 < Formula
url 'http://download.qt-project.org/official_releases/qt/5.1/5.1.1/single/qt-everywhere-opensource-src-5.1.1.tar.gz'
sha1 '131b023677cd5207b0b0d1864f5d3ac37f10a5ba'
+ bottle do
+ sha1 'fdb63c4ba28c771c3bf3b839717433a9777ded31' => :mountain_lion
+ sha1 'f36277bb155428bc7198b9d366131238bab847a2' => :lion
+ sha1 '483f3669b0149448c6448b69077307745037dcb2' => :snow_leopard
+ end
+
head 'git://gitorious.org/qt/qt5.git', :branch => 'stable'
keg_only "Qt 5 conflicts Qt 4 (which is currently much more widely used)."