diff options
| -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" |
