diff options
| author | Jack Nagel | 2013-03-25 17:18:36 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2013-03-25 17:18:54 -0500 | 
| commit | 65094f28d739af7d5cf0f569912ba481fcfb3408 (patch) | |
| tree | 88620eb38b1602a84986f32b8118832f19a62498 /Library/Formula/smartmontools.rb | |
| parent | b412fe379b914793fced0d9324ef6301d1307666 (diff) | |
| download | homebrew-65094f28d739af7d5cf0f569912ba481fcfb3408.tar.bz2 | |
smartmontools 6.1
Diffstat (limited to 'Library/Formula/smartmontools.rb')
| -rw-r--r-- | Library/Formula/smartmontools.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/smartmontools.rb b/Library/Formula/smartmontools.rb index b1c9fe7f4..cc0356cb3 100644 --- a/Library/Formula/smartmontools.rb +++ b/Library/Formula/smartmontools.rb @@ -2,8 +2,8 @@ require 'formula'  class Smartmontools < Formula    homepage 'http://sourceforge.net/apps/trac/smartmontools/' -  url 'http://downloads.sourceforge.net/project/smartmontools/smartmontools/6.0/smartmontools-6.0.tar.gz' -  sha1 '752a6c087c09b203c229da3b1506a8c40a5158ad' +  url 'http://downloads.sourceforge.net/project/smartmontools/smartmontools/6.1/smartmontools-6.1.tar.gz' +  sha1 '1511f2a09e4745fed50d15654c7d585fec53929e'    def install      (var/'run').mkpath  | 
