aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-12-07 07:08:41 +0000
committerJack Nagel2014-12-07 02:10:31 -0500
commitaca987b7e803e918455975150f1fb83e1087b9ab (patch)
tree16d4cc4d05ece47765eaf5cb24ebb7999a403e0e /Library/Formula
parente97a44502680aa969a9fe0dce6172591de1de378 (diff)
downloadhomebrew-aca987b7e803e918455975150f1fb83e1087b9ab.tar.bz2
epeg: add 0.9.1.042 bottle.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/epeg.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/epeg.rb b/Library/Formula/epeg.rb
index 9fc5080db..014fbf41e 100644
--- a/Library/Formula/epeg.rb
+++ b/Library/Formula/epeg.rb
@@ -7,6 +7,13 @@ class Epeg < Formula
head "https://github.com/mattes/epeg.git"
+ bottle do
+ cellar :any
+ sha1 "a12a4553bd78bff070f01be5d3e7062372383e31" => :yosemite
+ sha1 "ce665a144c3c355ae745067e686465f1f6dfafc3" => :mavericks
+ sha1 "24ca70477748c42a71a31df9facc1b21a400c1e1" => :mountain_lion
+ end
+
depends_on "automake" => :build
depends_on "jpeg"
depends_on "libexif"