diff options
| author | BrewTestBot | 2014-08-31 15:38:52 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-08-31 17:59:48 +0100 |
| commit | f3e92d6169b6370ca9ab2b20e5b4cc0683019916 (patch) | |
| tree | 99724894faf09afd2366aefb42bf3b6333393e6f /Library | |
| parent | de98ef9aafd5b2356e2eccf830f5d41916871bed (diff) | |
| download | homebrew-f3e92d6169b6370ca9ab2b20e5b4cc0683019916.tar.bz2 | |
graphicsmagick: add 1.3.20 bottle.
Closes #32004.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/graphicsmagick.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/graphicsmagick.rb b/Library/Formula/graphicsmagick.rb index 830233b67..a1da884a9 100644 --- a/Library/Formula/graphicsmagick.rb +++ b/Library/Formula/graphicsmagick.rb @@ -6,6 +6,12 @@ class Graphicsmagick < Formula sha256 '7caf27691ec21682de1f0259c9243725db7cdeca699c40958c28aece99e4f1dc' head 'hg://http://graphicsmagick.hg.sourceforge.net:8000/hgroot/graphicsmagick/graphicsmagick' + bottle do + sha1 "3e681ecf2e126ee5322a6c05e4228670de8b7f8e" => :mavericks + sha1 "6dbabb0a513590f9e000bdf6a9fc4cf15cc829ec" => :mountain_lion + sha1 "dbdef094a39a8052eb7b04bae77724b5c7c524e9" => :lion + end + option 'with-quantum-depth-8', 'Compile with a quantum depth of 8 bit' option 'with-quantum-depth-16', 'Compile with a quantum depth of 16 bit' option 'with-quantum-depth-32', 'Compile with a quantum depth of 32 bit' |
