diff options
| author | BrewTestBot | 2014-06-09 17:05:57 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-06-09 17:42:57 +0100 |
| commit | 12f40b279adcbc64239970f5b3f967273ed9602a (patch) | |
| tree | ecf5f67a55ee5cc8339cd474dd9dbfc92d07a4f0 /Library/Formula | |
| parent | efa6e71edb6634aae37e5a1995977545ae5229f7 (diff) | |
| download | homebrew-12f40b279adcbc64239970f5b3f967273ed9602a.tar.bz2 | |
webp: add 0.4.0_1 bottle.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/webp.rb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Library/Formula/webp.rb b/Library/Formula/webp.rb index e53446687..cc5282f08 100644 --- a/Library/Formula/webp.rb +++ b/Library/Formula/webp.rb @@ -5,6 +5,14 @@ class Webp < Formula url 'https://webp.googlecode.com/files/libwebp-0.4.0.tar.gz' sha1 '326c4b6787a01e5e32a9b30bae76442d18d2d1b6' head 'https://chromium.googlesource.com/webm/libwebp', :branch => 'master' + + bottle do + cellar :any + sha1 "917f008789d42387a236bf2f91c7c32e35ac8726" => :mavericks + sha1 "8585b90461bfee0e0a79a82a0ea939ad5aa9e64d" => :mountain_lion + sha1 "3faef81ac165696eaf3631a8ce27c5a5f5ceb83b" => :lion + end + revision 1 option :universal |
