aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/bacula-fd.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/bacula-fd.rb b/Library/Formula/bacula-fd.rb
index cbdbf1d70..5fc656bab 100644
--- a/Library/Formula/bacula-fd.rb
+++ b/Library/Formula/bacula-fd.rb
@@ -5,6 +5,12 @@ class BaculaFd < Formula
url 'https://downloads.sourceforge.net/project/bacula/bacula/7.0.5/bacula-7.0.5.tar.gz'
sha256 '1457849eb33011b43371801b62ffa13d29bebe51be8d5a36da563b87bb094a49'
+ bottle do
+ sha1 "aa312ee016437c22b7e4955c67defa51c7703540" => :yosemite
+ sha1 "400280627f03404732bf3db7a5612bfab5fe3876" => :mavericks
+ sha1 "9ac0bc82522ce93b349a71d2f0cfeac4d6501545" => :mountain_lion
+ end
+
depends_on 'readline'
depends_on 'openssl'