Pyqt 4.10.3
Closes Homebrew/homebrew#22084. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
a9c8f75e60
commit
942162954d
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Pyqt < Formula
|
||||
homepage 'http://www.riverbankcomputing.co.uk/software/pyqt'
|
||||
url 'http://downloads.sf.net/project/pyqt/PyQt4/PyQt-4.10.2/PyQt-mac-gpl-4.10.2.tar.gz'
|
||||
sha1 '40362e6b9f476683e4e35b83369e30a8dfff99ad'
|
||||
url 'http://downloads.sf.net/project/pyqt/PyQt4/PyQt-4.10.3/PyQt-mac-gpl-4.10.3.tar.gz'
|
||||
sha1 'ba5465f92fb43c9f0a5b948fa25df5045f160bf0'
|
||||
|
||||
depends_on :python => :recommended
|
||||
depends_on :python3 => :optional
|
||||
|
|
Loading…
Reference in a new issue