jpeg-turbo 1.2.1
Closes Homebrew/homebrew#13905. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
6758842b7e
commit
367a1af156
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class JpegTurbo < Formula
|
||||
homepage 'http://www.libjpeg-turbo.org/'
|
||||
url 'http://downloads.sourceforge.net/project/libjpeg-turbo/1.2.0/libjpeg-turbo-1.2.0.tar.gz'
|
||||
sha1 '4ab00afc9a8d54cd2e7a67aacb9c49e01a8bccac'
|
||||
url 'http://downloads.sourceforge.net/project/libjpeg-turbo/1.2.1/libjpeg-turbo-1.2.1.tar.gz'
|
||||
sha1 'a4992e102c6d88146709e8e6ce5896d5d0b5a361'
|
||||
|
||||
depends_on 'nasm' => :build if MacOS.prefer_64_bit?
|
||||
|
||||
|
|
Loading…
Reference in a new issue