diff options
| author | BrewTestBot | 2014-04-01 16:57:55 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-04-02 12:59:43 +0100 |
| commit | 1069a2e3e2a73e5dae246e929d62ad39ef9a150a (patch) | |
| tree | 023d0577027c405e8255edd0baf6c8f89f1b422e | |
| parent | 65ca1347806532cc236f60261f8f42b7eca49cb9 (diff) | |
| download | homebrew-1069a2e3e2a73e5dae246e929d62ad39ef9a150a.tar.bz2 | |
capstone: add 2.1.2 bottle.
Closes #28029.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/capstone.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/capstone.rb b/Library/Formula/capstone.rb index 20da7bc54..2f1b7b6b5 100644 --- a/Library/Formula/capstone.rb +++ b/Library/Formula/capstone.rb @@ -5,6 +5,13 @@ class Capstone < Formula url 'http://capstone-engine.org/download/2.1.2/capstone-2.1.2.tgz' sha1 '235ceab369025fbad9887fe826b741ca84b1ab41' + bottle do + cellar :any + sha1 "939e0cc64db9f03b5cbbe2240e02aa345367d3d8" => :mavericks + sha1 "9104b5cbe4edce547023b27e22043fe233e3802d" => :mountain_lion + sha1 "aad566084e5c4bf5923564cb29a46c983191df29" => :lion + end + def install ENV["PREFIX"] = prefix ENV["HOMEBREW_CAPSTONE"] = "1" |
