aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorTravis Cline2009-12-21 21:32:15 -0600
committerMax Howell2010-01-14 10:00:18 +0000
commit385e96587c8ba5bb1c4de98c606355fb59d54d48 (patch)
treecdc5e08db7a5b87ae2ad5ae576abf1892c88afc3 /Library
parent20906211377f839cb660f8fe2c51cc7cc2845760 (diff)
downloadhomebrew-385e96587c8ba5bb1c4de98c606355fb59d54d48.tar.bz2
updated url in sip formula
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/sip.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/sip.rb b/Library/Formula/sip.rb
index d8e5bee5a..90964f734 100644
--- a/Library/Formula/sip.rb
+++ b/Library/Formula/sip.rb
@@ -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",