diff options
| author | Si Te Feng | 2015-02-11 17:11:46 -0800 |
|---|---|---|
| committer | Jack Nagel | 2015-02-12 22:16:47 -0500 |
| commit | 4807471ce1453d33dbdc7fc6dc4d2bcfdfb3b101 (patch) | |
| tree | a3dcdab4615c9adae02578031cbf62bb58904d8c | |
| parent | 68562efc623a87b6a898e64a0e6003d4f2e8592f (diff) | |
| download | homebrew-4807471ce1453d33dbdc7fc6dc4d2bcfdfb3b101.tar.bz2 | |
objc-codegenutils: add HEAD
Closes #36752.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/objc-codegenutils.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/objc-codegenutils.rb b/Library/Formula/objc-codegenutils.rb index 2f997419f..e7b654c05 100644 --- a/Library/Formula/objc-codegenutils.rb +++ b/Library/Formula/objc-codegenutils.rb @@ -11,6 +11,8 @@ class ObjcCodegenutils < Formula sha1 "115f70a9c8b61545630a14d7503d4e20c221f6cb" => :mountain_lion end + head "https://github.com/square/objc-codegenutils.git" + depends_on :macos => :mountain_lion depends_on :xcode => :build |
