diff options
| -rw-r--r-- | Library/Formula/qt5.rb | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/Library/Formula/qt5.rb b/Library/Formula/qt5.rb index 6bade5de4..05b55fe7c 100644 --- a/Library/Formula/qt5.rb +++ b/Library/Formula/qt5.rb @@ -18,6 +18,9 @@ class Qt5 < Formula    sha1 "3244dd34f5fb695e903eaa49c6bd0838b9bf7a73"    bottle do +    sha1 "18c4f7758a47894591905831b6e740315ff1ce36" => :mavericks +    sha1 "104b6d656020e9a615084732f2ecbfec8bb74f28" => :mountain_lion +    sha1 "fc5fee03fa0ad09c5c96b869022590cdc7b3b1fd" => :lion    end    head "git://gitorious.org/qt/qt5.git", :branch => "stable", | 
