diff options
| author | BrewTestBot | 2014-03-13 14:22:03 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2014-03-13 14:37:20 +0000 | 
| commit | 49f423e40b9b903cb21a6f87a6be63865fe219db (patch) | |
| tree | 9646f0b2a80176e7f4530a986ebaab1d1a7ad05c | |
| parent | 7ebb7076d6a9ee76c7de6d669deaa4534a0a6e6f (diff) | |
| download | homebrew-49f423e40b9b903cb21a6f87a6be63865fe219db.tar.bz2 | |
pyqt: add 4.10.3 bottle.
| -rw-r--r-- | Library/Formula/pyqt.rb | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/Library/Formula/pyqt.rb b/Library/Formula/pyqt.rb index 8e7021997..58c044b31 100644 --- a/Library/Formula/pyqt.rb +++ b/Library/Formula/pyqt.rb @@ -5,6 +5,13 @@ 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 +    revision 1 +    sha1 "180b8e1e4ee9d12923c9ffe244f9675ac1890c6b" => :mavericks +    sha1 "37fd9d146851de13ceb08c63db27ff9eb0d147a4" => :mountain_lion +    sha1 "6bfcc601cc98953f656f49f3ec3e8a243f62a9bb" => :lion +  end +    depends_on :python => :recommended    depends_on :python3 => :optional | 
