updated url in sip formula
This commit is contained in:
parent
5a87f8c6fa
commit
4a0d70ba04
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.9.1.tar.gz'
|
||||
url 'http://www.riverbankcomputing.co.uk/static/Downloads/sip4/sip-4.9.3.tar.gz'
|
||||
homepage 'http://www.riverbankcomputing.co.uk/software/sip'
|
||||
md5 '4bd61529a956a08841bb3cc2f949e1c4'
|
||||
md5 'd60ec6e87c0155df779fd8b529e80706'
|
||||
|
||||
def install
|
||||
system "python", "configure.py", "--destdir=#{lib}/python",
|
||||
|
|
Loading…
Reference in a new issue