diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/testdisk.rb | 4 |
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}" |
