diff options
| author | Ben Hagen | 2014-05-29 21:04:50 +0200 |
|---|---|---|
| committer | Jack Nagel | 2014-05-29 18:56:18 -0500 |
| commit | cef7ba3b15752a018aed627f2c61a066ca3587e0 (patch) | |
| tree | e5823975ca04f96c360283db284d5166cd1b963d /Library/Formula | |
| parent | 57c2f91cffd6e29db0301dc5da5ef4f4b0209c33 (diff) | |
| download | homebrew-cef7ba3b15752a018aed627f2c61a066ca3587e0.tar.bz2 | |
pyqt5 5.3
Closes #29694.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/pyqt5.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/pyqt5.rb b/Library/Formula/pyqt5.rb index 75abb74ef..5d753601c 100644 --- a/Library/Formula/pyqt5.rb +++ b/Library/Formula/pyqt5.rb @@ -2,8 +2,8 @@ require 'formula' class Pyqt5 < Formula homepage 'http://www.riverbankcomputing.co.uk/software/pyqt/download5' - url 'https://downloads.sf.net/project/pyqt/PyQt5/PyQt-5.2.1/PyQt-gpl-5.2.1.tar.gz' - sha1 '7d72ec27bfe547223b4b11db8a90603fe4796530' + url 'https://downloads.sf.net/project/pyqt/PyQt5/PyQt-5.3/PyQt-gpl-5.3.tar.gz' + sha1 '087d75be63351cfb7965075f448df218f688fa75' option 'enable-debug', "Build with debug symbols" option 'with-docs', "Install HTML documentation and python examples" |
