diff options
| author | BrewTestBot | 2014-12-01 17:26:55 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-12-01 17:34:34 +0000 |
| commit | 7a17b6aa4c9538be39e922e5a5411a032e65bcff (patch) | |
| tree | 4bd3679cd5d9c267410a442d9dbe92e1b51bee55 | |
| parent | ad1d1e4b8140dbdab038be76133544479bae6e82 (diff) | |
| download | homebrew-7a17b6aa4c9538be39e922e5a5411a032e65bcff.tar.bz2 | |
bacula-fd: add 7.0.5 bottle.
| -rw-r--r-- | Library/Formula/bacula-fd.rb | 6 |
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' |
