diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/pyqt5.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/pyqt5.rb b/Library/Formula/pyqt5.rb index fcd33cc5c..4eb1c6ce6 100644 --- a/Library/Formula/pyqt5.rb +++ b/Library/Formula/pyqt5.rb @@ -5,6 +5,12 @@ class Pyqt5 < Formula url "https://downloads.sf.net/project/pyqt/PyQt5/PyQt-5.4/PyQt-gpl-5.4.tar.gz" sha1 "057e6b32c43e673e79f876fb9b6f33d3072edfc2" + bottle do + sha1 "5a7e7b91f9cc8d5b4ec3cfa5590cb200e98c4382" => :yosemite + sha1 "2797239e99fe1d858d49b24b563be951b2c5fb9f" => :mavericks + sha1 "6ceceadb5d76ff3b8a71300ac761b324d193dcea" => :mountain_lion + end + option 'enable-debug', "Build with debug symbols" option 'with-docs', "Install HTML documentation and python examples" |
