pyqt 4.10.4
Closes Homebrew/homebrew#27826. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
a28f151499
commit
08146ad74b
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 'https://downloads.sf.net/project/pyqt/PyQt4/PyQt-4.10.3/PyQt-mac-gpl-4.10.3.tar.gz'
|
||||
sha1 'ba5465f92fb43c9f0a5b948fa25df5045f160bf0'
|
||||
url 'https://downloads.sf.net/project/pyqt/PyQt4/PyQt-4.10.4/PyQt-mac-gpl-4.10.4.tar.gz'
|
||||
sha1 'ef3bb2a05a5c8c3ab7578a0991ef5a4e17c314c0'
|
||||
|
||||
depends_on :python => :recommended
|
||||
depends_on :python3 => :optional
|
||||
|
|
Loading…
Reference in a new issue