pyqt5 5.3

Closes Homebrew/homebrew#29694.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Ben Hagen 2014-05-29 21:04:50 +02:00 committed by Jack Nagel
parent 3de6cbb66c
commit f76d11ebd5
1 changed files with 2 additions and 2 deletions

View File

@ -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"