diff options
| author | Brett Koonce | 2013-08-17 11:47:53 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2013-08-18 11:50:36 -0700 |
| commit | 5d8ad7b74bd3da24fc8748f606371588b26d24cb (patch) | |
| tree | 5cd4525cc5eb1adbaea2adb0e7f7e20e8f667d9e /Library/Formula | |
| parent | 7c17eefa230135cdf971b0cdb0a736ee01daeda1 (diff) | |
| download | homebrew-5d8ad7b74bd3da24fc8748f606371588b26d24cb.tar.bz2 | |
smartmontools 6.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 cc0356cb3..243d5e401 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.1/smartmontools-6.1.tar.gz' - sha1 '1511f2a09e4745fed50d15654c7d585fec53929e' + url 'http://downloads.sourceforge.net/project/smartmontools/smartmontools/6.2/smartmontools-6.2.tar.gz' + sha1 '37848ff5103d68b672463a30cd99e7d23d6696a5' def install (var/'run').mkpath |
