aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-11-29 09:54:25 -0800
committerAdam Vandenberg2013-11-29 15:18:49 -0800
commit1e632188ad9c93ca740075a7a89bda048c480eb5 (patch)
treee33c34ac5cdafddcb5b12780b2efc389de5a5145 /Library/Formula
parent107ab9c04a3f65799fad377c13b0b75f4082a31b (diff)
downloadhomebrew-1e632188ad9c93ca740075a7a89bda048c480eb5.tar.bz2
ddrescue 1.17
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ddrescue.rb9
1 files changed, 4 insertions, 5 deletions
diff --git a/Library/Formula/ddrescue.rb b/Library/Formula/ddrescue.rb
index 24fb7903f..795e46385 100644
--- a/Library/Formula/ddrescue.rb
+++ b/Library/Formula/ddrescue.rb
@@ -2,13 +2,12 @@ require 'formula'
class Ddrescue < Formula
homepage 'http://www.gnu.org/software/ddrescue/ddrescue.html'
- url 'http://ftpmirror.gnu.org/ddrescue/ddrescue-1.16.tar.gz'
- mirror 'http://ftp.gnu.org/gnu/ddrescue/ddrescue-1.16.tar.gz'
- sha1 '293e12624383e2890800a11fcc267559c85b3259'
+ url 'http://ftpmirror.gnu.org/ddrescue/ddrescue-1.17.tar.lz'
+ mirror 'http://ftp.gnu.org/gnu/ddrescue/ddrescue-1.17.tar.lz'
+ sha1 '2d91b070fe629f713d53a97213165a8c568f5ffd'
def install
- system "./configure", "--disable-debug", "--disable-dependency-tracking",
- "--prefix=#{prefix}",
+ system "./configure", "--prefix=#{prefix}",
"CXX=#{ENV.cxx}"
system "make install"
end