Bump sip to 4.10.2; previous download was 404
This commit is contained in:
parent
4cd16388e8
commit
42a12af5a1
1 changed files with 2 additions and 2 deletions
|
@ -4,9 +4,9 @@ require 'formula'
|
|||
# currently easy_install doesn't seem to support it
|
||||
|
||||
class Sip <Formula
|
||||
url 'http://www.riverbankcomputing.co.uk/static/Downloads/sip4/sip-4.10.tar.gz'
|
||||
url 'http://www.riverbankcomputing.co.uk/static/Downloads/sip4/sip-4.10.2.tar.gz'
|
||||
homepage 'http://www.riverbankcomputing.co.uk/software/sip'
|
||||
md5 '4b8f7361839b33868dd3cc576509ba8e'
|
||||
md5 '52d11ca9c1a0d0cddc9b89268bff5929'
|
||||
|
||||
def install
|
||||
system "python", "configure.py", "--destdir=#{lib}/python",
|
||||
|
|
Loading…
Reference in a new issue