diff options
| author | BrewTestBot | 2014-06-02 16:13:47 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2014-06-02 16:24:43 +0100 | 
| commit | b262da5ad91c749bc7d2257ba51804e5e10f729b (patch) | |
| tree | c2aedfa54410cc6251ebc96e526364747f090922 | |
| parent | 4471d41395fce88f1421b7319de3422757eb67d0 (diff) | |
| download | homebrew-b262da5ad91c749bc7d2257ba51804e5e10f729b.tar.bz2 | |
apngasm: add 3.1.3 bottle.
Closes #29775.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/apngasm.rb | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/Library/Formula/apngasm.rb b/Library/Formula/apngasm.rb index 2963681ae..a500de44f 100644 --- a/Library/Formula/apngasm.rb +++ b/Library/Formula/apngasm.rb @@ -5,6 +5,13 @@ class Apngasm < Formula    url "https://github.com/apngasm/apngasm/archive/3.1.3.tar.gz"    sha1 "5968640a5610e5ab47ef8464e413e714d2ef64a5" +  bottle do +    cellar :any +    sha1 "5eb0b1a7c88a1196539add4e721cc30dd83f1697" => :mavericks +    sha1 "fc9b6c1e8910aca9282bee642bce50642ee6b976" => :mountain_lion +    sha1 "c568690023e0688e6b71cbe5dc9caab7e816420d" => :lion +  end +    depends_on "cmake" => :build    depends_on "boost"    depends_on "libpng" | 
