diff options
| author | BrewTestBot | 2014-11-24 13:44:34 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2014-11-25 11:42:15 +0000 | 
| commit | 9769998ebe4f04a19d9a204cb61173a5816d7be3 (patch) | |
| tree | 1afbc8266e286501bf5a6b3086ac2c864a570350 | |
| parent | 70ecaa706fb51ff3f581c0fabd444756037d943f (diff) | |
| download | homebrew-9769998ebe4f04a19d9a204cb61173a5816d7be3.tar.bz2 | |
smali: add 2.0.3 bottle.
| -rw-r--r-- | Library/Formula/smali.rb | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/Library/Formula/smali.rb b/Library/Formula/smali.rb index b547bd32e..9274cb5ba 100644 --- a/Library/Formula/smali.rb +++ b/Library/Formula/smali.rb @@ -5,6 +5,13 @@ class Smali < Formula    url "https://bitbucket.org/JesusFreke/smali/downloads/smali-2.0.3.jar", :using => :nounzip    sha1 "42774f5d949add1739299785feb83f3dec32f240" +  bottle do +    cellar :any +    sha1 "042f4692b35ab5d483aa291e3a4924565fe1510f" => :yosemite +    sha1 "a9e5893ba2cc5bdd4b0b1e9ab489cf8863a48dfb" => :mavericks +    sha1 "f6829e47d12e951c4ea37784496bed1b79cebf0d" => :mountain_lion +  end +    resource "baksmali-jar" do      url "https://bitbucket.org/JesusFreke/smali/downloads/baksmali-2.0.3.jar", :using => :nounzip      sha1 "39d860bc2539753c8575f39879cf8d515e1c1cb9" | 
