radare2 0.9.2
Closes Homebrew/homebrew#15670. Signed-off-by: Austin Seipp <mad.one@gmail.com> Closes Homebrew/homebrew#15670. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
17e64fd6a4
commit
bb0d494ed9
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
require 'formula'
|
||||
|
||||
class Radare2 < Formula
|
||||
url 'http://radare.org/get/radare2-0.9.tar.gz'
|
||||
url 'http://radare.org/get/radare2-0.9.2.tar.gz'
|
||||
head 'http://radare.org/hg/radare2', :using => :hg
|
||||
homepage 'http://radare.org'
|
||||
sha1 'e77c85b001d9308f38a336b26544836fbe1d14dc'
|
||||
sha1 '7cfa170a59453d57361d730f4c4a1495d36930a8'
|
||||
|
||||
depends_on 'libewf'
|
||||
depends_on 'libmagic'
|
||||
|
|
Loading…
Reference in a new issue