From 80b7e9690ea426b5e54d689b8ad6d5f7522065ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Ara=C3=BAjo?= Date: Sun, 12 Feb 2017 08:28:28 -0300 Subject: [PATCH] objc-codegenutils: fix audit objc-codegenutils: * `head` (line 15) should be put before `bottle block` (line 7) --- Formula/objc-codegenutils.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Formula/objc-codegenutils.rb b/Formula/objc-codegenutils.rb index 538f9542a9..97fc85552e 100644 --- a/Formula/objc-codegenutils.rb +++ b/Formula/objc-codegenutils.rb @@ -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