aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/testdisk.rb
diff options
context:
space:
mode:
authorFreddy Roman2011-06-27 00:47:53 -0500
committerAdam Vandenberg2011-06-27 14:13:43 -0700
commita7624c692b6cf29097881ecb33fdf6cfcd08a2ec (patch)
tree392e72e69ff34f2ddb0c199bdd014f68f05299e1 /Library/Formula/testdisk.rb
parent84f1615a67e11be443fb93c22d97acfda52f0c47 (diff)
downloadhomebrew-a7624c692b6cf29097881ecb33fdf6cfcd08a2ec.tar.bz2
TestDisk 6.12
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/testdisk.rb')
-rw-r--r--Library/Formula/testdisk.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/testdisk.rb b/Library/Formula/testdisk.rb
index bf6086a69..ce017b49e 100644
--- a/Library/Formula/testdisk.rb
+++ b/Library/Formula/testdisk.rb
@@ -1,9 +1,9 @@
require 'formula'
class Testdisk < Formula
- url 'http://www.cgsecurity.org/testdisk-6.11.tar.bz2'
+ url 'http://www.cgsecurity.org/testdisk-6.12.tar.bz2'
homepage 'http://www.cgsecurity.org/wiki/TestDisk'
- md5 '11f8fe95dcd190b69b782efa65b29ba1'
+ md5 '6ef653301f309156f3a802233a3139c1'
def install
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"