aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ddrescue.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/ddrescue.rb')
-rw-r--r--Library/Formula/ddrescue.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/ddrescue.rb b/Library/Formula/ddrescue.rb
index c43d045e3..bea1153ab 100644
--- a/Library/Formula/ddrescue.rb
+++ b/Library/Formula/ddrescue.rb
@@ -1,9 +1,9 @@
require 'formula'
class Ddrescue <Formula
- @url='http://ftp.gnu.org/gnu/ddrescue/ddrescue-1.11.tar.gz'
- @homepage='http://www.gnu.org/software/ddrescue/ddrescue.html'
- @md5='7146046bb1851351d1337bb1f5b4e903'
+ url 'http://ftp.gnu.org/gnu/ddrescue/ddrescue-1.11.tar.gz'
+ homepage 'http://www.gnu.org/software/ddrescue/ddrescue.html'
+ md5 '7146046bb1851351d1337bb1f5b4e903'
def install
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"