diff --git a/Formula/binwalk.rb b/Formula/binwalk.rb index d5dca7d0b3..cfc0c831d1 100644 --- a/Formula/binwalk.rb +++ b/Formula/binwalk.rb @@ -3,6 +3,7 @@ class Binwalk < Formula homepage "http://binwalk.org/" url "https://github.com/devttys0/binwalk/archive/v2.1.1.tar.gz" sha256 "1b70a5b03489d29f60fef18008a2164974234874faab48a4f47ec53d461d284a" + head "https://github.com/devttys0/binwalk.git" bottle do sha256 "7c45d823c2fc4eae924ebda88a59fa1ea793bbc43346816a48da9f87931a13ec" => :el_capitan @@ -10,10 +11,6 @@ class Binwalk < Formula sha256 "8b5210a335b36d32040061b611ad122828877a7df8138dc544c566b16542fcee" => :mavericks end - head do - url "https://github.com/devttys0/binwalk.git" - end - option "with-matplotlib", "Check for presence of matplotlib, which is required for entropy graphing support" option "with-capstone", "Enable disasm options via capstone"