diff --git a/Formula/jpeg.rb b/Formula/jpeg.rb index 9bbf514c7e..2648fb06e5 100644 --- a/Formula/jpeg.rb +++ b/Formula/jpeg.rb @@ -6,6 +6,12 @@ class Jpeg < Formula homepage 'http://www.ijg.org' version '8d' + bottle do + sha1 '80b23581fb5b2b92d787969f75cedbe8054c93a4' => :mountainlion + sha1 'a16984c6522807644ea960cb724f91aeca2d3dd0' => :lion + sha1 'edff61d516f97d76341a14211d0206bda18d0cf7' => :snowleopard + end + def install ENV.universal_binary # Builds universal libs. Default is static & shared. system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking"