diff options
| author | BrewTestBot | 2014-10-22 18:39:43 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2014-10-22 21:59:54 +0100 | 
| commit | f221bdc4950b54dd3decca03cf4d0c5ed4647994 (patch) | |
| tree | a2cd93e161e1c2905b0dc019851f14793f401f96 | |
| parent | a16d238a40571788252e2f699405c919be9cea88 (diff) | |
| download | homebrew-f221bdc4950b54dd3decca03cf4d0c5ed4647994.tar.bz2 | |
shiboken: add 1.2.2 bottle.
| -rw-r--r-- | Library/Formula/shiboken.rb | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/Library/Formula/shiboken.rb b/Library/Formula/shiboken.rb index 858894bec..94caf84c6 100644 --- a/Library/Formula/shiboken.rb +++ b/Library/Formula/shiboken.rb @@ -8,6 +8,12 @@ class Shiboken < Formula    head 'git://gitorious.org/pyside/shiboken.git' +  bottle do +    sha1 "dd4d9cbbfcaf77bd7c0c45e55c41edab374b4216" => :yosemite +    sha1 "a2b38ded09743f12668275783b03aeb0f178e8d9" => :mavericks +    sha1 "1d567cda7cbccf13315a2d62baf0d73c9f137fec" => :mountain_lion +  end +    depends_on 'cmake' => :build    depends_on 'qt' | 
