diff options
| author | BrewTestBot | 2014-03-13 14:22:03 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2014-03-13 14:37:20 +0000 | 
| commit | 7ebb7076d6a9ee76c7de6d669deaa4534a0a6e6f (patch) | |
| tree | d735301fff89d5d99f96af06c511110774a00e2b | |
| parent | d8afec35c05d92175eed7211fe3ba2f0bd38d1a7 (diff) | |
| download | homebrew-7ebb7076d6a9ee76c7de6d669deaa4534a0a6e6f.tar.bz2 | |
sip: add 4.15.4 bottle.
| -rw-r--r-- | Library/Formula/sip.rb | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/Library/Formula/sip.rb b/Library/Formula/sip.rb index f4dac7879..f497d1685 100644 --- a/Library/Formula/sip.rb +++ b/Library/Formula/sip.rb @@ -5,6 +5,13 @@ class Sip < Formula    url 'http://download.sf.net/project/pyqt/sip/sip-4.15.4/sip-4.15.4.tar.gz'    sha1 'a5f6342dbb3cdc1fb61440ee8acb805f5fec3c41' +  bottle do +    revision 1 +    sha1 "9878571bc2243c277c4cd8998700c3278e005134" => :mavericks +    sha1 "b19196325105a2e18de487b5258288865e6435e0" => :mountain_lion +    sha1 "2eed686f9c0656b7e6aca9e9be1e75858e61c475" => :lion +  end +    head 'http://www.riverbankcomputing.co.uk/hg/sip', :using => :hg    depends_on :python => :recommended | 
