diff options
| author | BrewTestBot | 2014-05-31 00:03:52 +0100 |
|---|---|---|
| committer | Jack Nagel | 2014-05-30 18:07:00 -0500 |
| commit | f0bf10a0f1d6f3bbfd8b22f1f5c11d0adb5ad804 (patch) | |
| tree | 51a15cac17d446f8ff2c776754f84a10be984bbf | |
| parent | 1af81b3818219bcd85ccab1cac28e85af37d79f0 (diff) | |
| download | homebrew-f0bf10a0f1d6f3bbfd8b22f1f5c11d0adb5ad804.tar.bz2 | |
objc-codegenutils: add 1.0 bottle.
| -rw-r--r-- | Library/Formula/objc-codegenutils.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/objc-codegenutils.rb b/Library/Formula/objc-codegenutils.rb index 716d79051..2f997419f 100644 --- a/Library/Formula/objc-codegenutils.rb +++ b/Library/Formula/objc-codegenutils.rb @@ -5,6 +5,12 @@ class ObjcCodegenutils < Formula url "https://github.com/square/objc-codegenutils/archive/v1.0.tar.gz" sha1 "ed22e553e3b0f5aaa445d912af287714aeb09f7b" + bottle do + cellar :any + sha1 "6444a44bb506d0078b494d243475aa492da91b4a" => :mavericks + sha1 "115f70a9c8b61545630a14d7503d4e20c221f6cb" => :mountain_lion + end + depends_on :macos => :mountain_lion depends_on :xcode => :build |
