rp: audit fixes

This commit is contained in:
Tomasz Pajor 2016-03-17 21:45:40 +01:00 committed by Xu Cheng
parent 8047255654
commit a9fbcf8e94

View file

@ -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