aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2013-08-04 09:54:04 -0700
committerMike McQuaid2013-08-04 16:34:57 -0700
commitca04b6a03a11972d25578b8c7ddc2d0db0b2f0aa (patch)
tree29975625c13cdb1c67a9d6199cec91b8fc413b9c /Library/Formula
parent78bd65d2a39d98a84c37e45a8c84466942c407b8 (diff)
downloadhomebrew-ca04b6a03a11972d25578b8c7ddc2d0db0b2f0aa.tar.bz2
qt5: add bottles.
Fixes #21514.
Diffstat (limited to 'Library/Formula')
-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 8aa5a8e51..76913933f 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.0/single/qt-everywhere-opensource-src-5.1.0.tar.gz'
sha1 '12d706124dbfac3d542dd3165176a978d478c085'
+ bottle do
+ sha1 '9d960fcb287cd7005fc781dcd06dff80df16794f' => :mountain_lion
+ sha1 'b36c733d6c041ec4dea65ae991bb1d75d4893fd6' => :lion
+ sha1 '446e73fbf472c0ba5a8eee0e40b076c6b7605acc' => :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)."