pyqt5 5.3
Closes Homebrew/homebrew#29694. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
3de6cbb66c
commit
f76d11ebd5
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue