diff options
| author | BrewTestBot | 2014-03-13 12:21:07 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-03-13 13:10:54 +0000 |
| commit | 628c909b80ffd9b5b043428087a8bd2877452f3d (patch) | |
| tree | 3a7ceaf46c3624719626f725d3f68d466edf494f | |
| parent | 1aa37cd177e3439fafd5ea626d0b6b4d04b09590 (diff) | |
| download | homebrew-628c909b80ffd9b5b043428087a8bd2877452f3d.tar.bz2 | |
pyqt: add 4.10.3 bottle.
| -rw-r--r-- | Library/Formula/pyqt.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/pyqt.rb b/Library/Formula/pyqt.rb index 8e7021997..9d4ddd501 100644 --- a/Library/Formula/pyqt.rb +++ b/Library/Formula/pyqt.rb @@ -5,6 +5,12 @@ class Pyqt < Formula url 'https://downloads.sf.net/project/pyqt/PyQt4/PyQt-4.10.3/PyQt-mac-gpl-4.10.3.tar.gz' sha1 'ba5465f92fb43c9f0a5b948fa25df5045f160bf0' + bottle do + sha1 "889a67ff342caf18263d8b778947be6cf6d73b90" => :mavericks + sha1 "87a9c7aa3d55dcb33ab2bf6b0485b407d221f248" => :mountain_lion + sha1 "ce8f509b6101618e25657aaf337063540a359421" => :lion + end + depends_on :python => :recommended depends_on :python3 => :optional |
