diff options
| -rw-r--r-- | Library/Formula/sip.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/sip.rb b/Library/Formula/sip.rb index 26ad284b2..6347839fd 100644 --- a/Library/Formula/sip.rb +++ b/Library/Formula/sip.rb @@ -8,8 +8,8 @@ require 'formula' # which causes panic and terror to flood the Homebrew issue tracker. class Sip < Formula - url 'http://www.riverbankcomputing.co.uk/hg/sip/archive/4.13.1.tar.gz' - md5 '9222545ebe349f68a00d5cc9fb89b805' + url 'http://www.riverbankcomputing.co.uk/hg/sip/archive/4.13.2.tar.gz' + sha1 'd6c0835738438f8ccff012164a6c6192abc52792' head 'http://www.riverbankcomputing.co.uk/hg/sip', :using => :hg homepage 'http://www.riverbankcomputing.co.uk/software/sip' |
