aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2014-11-07 06:50:43 +0000
committerMike McQuaid2014-11-07 09:10:00 +0000
commit69f30371c34ea4d3e93a8539bc44170418634907 (patch)
treed6d67969cce7c49b453def65d9824af178929b57 /Library
parent8a21ad6ae2b62dba5bdd4ff691cfa724fbb7f166 (diff)
downloadhomebrew-69f30371c34ea4d3e93a8539bc44170418634907.tar.bz2
md5deep: add 4.4 bottle.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/md5deep.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/md5deep.rb b/Library/Formula/md5deep.rb
index 1dc259351..1d0f092f1 100644
--- a/Library/Formula/md5deep.rb
+++ b/Library/Formula/md5deep.rb
@@ -6,6 +6,13 @@ class Md5deep < Formula
sha1 "cb4e313352974299c32bc55fe56396adb74517ef"
head "https://github.com/jessek/hashdeep.git"
+ bottle do
+ cellar :any
+ sha1 "6c52a36cf6b416a099e3820fc484127ec810e798" => :yosemite
+ sha1 "0ce2ae757313c78b6c2f2fc572a8f068bfedd13a" => :mavericks
+ sha1 "6e40dd2d2902ef7b01c855089cf5b28098288bdf" => :mountain_lion
+ end
+
# This won't work on < Leopard due to using the CommonCrypto Library
# Not completely impossible to fix, but doubt the demand is there.
depends_on "autoconf" => :build