Radare2 0.9
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
121ea33799
commit
e017b12f99
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
require 'formula'
|
||||
|
||||
class Radare2 < Formula
|
||||
url 'http://radare.nopcode.org/get/radare2-0.7.tar.gz'
|
||||
head 'hg://http://hg.youterm.com/radare2'
|
||||
homepage 'http://radare.nopcode.org'
|
||||
md5 '468367eb881edad325823cabdef5d53d'
|
||||
url 'http://radare.org/get/radare2-0.9.tar.gz'
|
||||
head 'http://radare.org/hg/radare2', :using => :hg
|
||||
homepage 'http://radare.org'
|
||||
md5 '751f0dc71f82b7689f10365ee3a5842f'
|
||||
|
||||
depends_on 'libewf'
|
||||
depends_on 'libmagic'
|
||||
|
|
Loading…
Reference in a new issue