diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/smartmontools.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/smartmontools.rb b/Library/Formula/smartmontools.rb index f051de1ff..fa6f7809f 100644 --- a/Library/Formula/smartmontools.rb +++ b/Library/Formula/smartmontools.rb @@ -5,6 +5,12 @@ class Smartmontools < Formula url 'https://downloads.sourceforge.net/project/smartmontools/smartmontools/6.3/smartmontools-6.3.tar.gz' sha1 '716c5dc339d408d628c55dbe69028b1561df4c7e' + bottle do + sha1 "cf2bcaf04682dbc444735b73a0cbc719871e1951" => :mavericks + sha1 "4190a244560811958321f66d8b2544d2f1b9b5a8" => :mountain_lion + sha1 "0e13fe2610864bba50fd3fa540656fb8bbaf506b" => :lion + end + def install (var/'run').mkpath (var/'lib/smartmontools').mkpath |
