aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/testdisk.rb
diff options
context:
space:
mode:
authorTrevor Wennblom2011-11-21 11:35:01 -0600
committerCharlie Sharpsteen2011-11-21 10:42:36 -0800
commitf94d0ae50f9e92cb2d3f533fb4244c393415aeda (patch)
treec73cb4c3d99a75d6e7ea4e9a035814e604872b7f /Library/Formula/testdisk.rb
parentf5a0e23fc5107fbe76f37c3fc10e7500f8d72653 (diff)
downloadhomebrew-f94d0ae50f9e92cb2d3f533fb4244c393415aeda.tar.bz2
testdisk: updated to 6.13
Closes #8710. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
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 ce017b49e..d06e3fdcb 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.12.tar.bz2'
+ url 'http://www.cgsecurity.org/testdisk-6.13.tar.bz2'
homepage 'http://www.cgsecurity.org/wiki/TestDisk'
- md5 '6ef653301f309156f3a802233a3139c1'
+ md5 '3bcbf0722d3823ca155e633969ce9f0b'
def install
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"