From 62214bdf1924c56bd324cb274e7573a53427af16 Mon Sep 17 00:00:00 2001 From: Nibbles 2bits Date: Tue, 31 Jan 2012 09:33:25 -0800 Subject: [PATCH] jpeg 8d Update jpeg to version 8d. Tested on Lion and Snow Leopard. Closes Homebrew/homebrew#9894. Signed-off-by: Jack Nagel --- Formula/jpeg.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/jpeg.rb b/Formula/jpeg.rb index bf4c97ea6c..9bbf514c7e 100644 --- a/Formula/jpeg.rb +++ b/Formula/jpeg.rb @@ -1,10 +1,10 @@ require 'formula' class Jpeg < Formula - url 'http://www.ijg.org/files/jpegsrc.v8c.tar.gz' - version '8c' - md5 'a2c10c04f396a9ce72894beb18b4e1f9' + url 'http://www.ijg.org/files/jpegsrc.v8d.tar.gz' + sha1 'f080b2fffc7581f7d19b968092ba9ebc234556ff' homepage 'http://www.ijg.org' + version '8d' def install ENV.universal_binary # Builds universal libs. Default is static & shared.