objc-codegenutils: fix audit

objc-codegenutils:
  * `head` (line 15) should be put before `bottle block` (line 7)
This commit is contained in:
Miguel Araújo 2017-02-12 08:28:28 -03:00 committed by Mike McQuaid
parent 638e693645
commit 80b7e9690e

View file

@ -3,6 +3,7 @@ class ObjcCodegenutils < Formula
homepage "https://github.com/square/objc-codegenutils"
url "https://github.com/square/objc-codegenutils/archive/v1.0.tar.gz"
sha256 "98b8819e77e18029f1bda56622d42c162e52ef98f3ba4c6c8fcf5d40c256e845"
head "https://github.com/square/objc-codegenutils.git"
bottle do
cellar :any_skip_relocation
@ -12,8 +13,6 @@ class ObjcCodegenutils < Formula
sha256 "b2a970d293782e5dc6cdf2902df97c89dfa3552aeb5994c7b035a256e5659868" => :mountain_lion
end
head "https://github.com/square/objc-codegenutils.git"
depends_on :macos => :mountain_lion
depends_on :xcode => :build