rp: audit fixes
This commit is contained in:
parent
8047255654
commit
a9fbcf8e94
1 changed files with 1 additions and 1 deletions
|
@ -1,10 +1,10 @@
|
|||
class Rp < Formula
|
||||
desc "Tool to find ROP sequences in PE/Elf/Mach-O x86/x64 binaries"
|
||||
homepage "https://0vercl0k.github.io/rp/"
|
||||
head "https://github.com/0vercl0k/rp.git"
|
||||
url "https://github.com/0vercl0k/rp/archive/v1.tar.gz"
|
||||
version "1.0"
|
||||
sha256 "3bf69aee23421ffdc5c7fc3ce6c30eb7510640d384ce58f4a820bae02effebe3"
|
||||
head "https://github.com/0vercl0k/rp.git"
|
||||
|
||||
depends_on :macos => :lion
|
||||
depends_on "cmake" => :build
|
||||
|
|
Loading…
Reference in a new issue