jpeg-turbo: add 1.3.1 bottle.
This commit is contained in:
parent
b09701dc08
commit
acace1a9a9
1 changed files with 7 additions and 0 deletions
|
@ -6,6 +6,13 @@ class JpegTurbo < Formula
|
|||
mirror 'https://mirrors.kernel.org/debian/pool/main/libj/libjpeg-turbo/libjpeg-turbo_1.3.1.orig.tar.gz'
|
||||
sha1 '5fa19252e5ca992cfa40446a0210ceff55fbe468'
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha1 "d3bd70ed5eb4beecc84c782f69e2376915e978cc" => :yosemite
|
||||
sha1 "d9456e1ae7d99dd88e7c7a0b34c52408f0d02f6a" => :mavericks
|
||||
sha1 "9e7bd8532480479cd4011fa263c65b860e6d6928" => :mountain_lion
|
||||
end
|
||||
|
||||
depends_on "libtool" => :build
|
||||
depends_on 'nasm' => :build if MacOS.prefer_64_bit?
|
||||
|
||||
|
|
Loading…
Reference in a new issue