diff options
| author | BrewTestBot | 2014-08-21 14:58:11 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-08-21 14:58:11 -0500 |
| commit | deff117af7bfc6e2b04117a83100e8832b399502 (patch) | |
| tree | 13c0e7cf09d4346ed6da5b814e895e2921f212b4 | |
| parent | 6adc28c5868a4ec31bcaafc8ef9b812549a67421 (diff) | |
| download | homebrew-deff117af7bfc6e2b04117a83100e8832b399502.tar.bz2 | |
codequery: add 0.15a bottle.
| -rw-r--r-- | Library/Formula/codequery.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/codequery.rb b/Library/Formula/codequery.rb index 3e552d979..1b2d1a994 100644 --- a/Library/Formula/codequery.rb +++ b/Library/Formula/codequery.rb @@ -7,6 +7,13 @@ class Codequery < Formula head "https://github.com/ruben2020/codequery.git" version "0.15a" + bottle do + cellar :any + sha1 "a9bf2cb776cfeb79b4b13f18fcd34f9e2033545e" => :mavericks + sha1 "736902fbf7aa648b4d06136cb02c56f968ed7aa9" => :mountain_lion + sha1 "4d25e90e1258b94a32273424d95501ba921dc685" => :lion + end + depends_on "cmake" => :build depends_on "qt" depends_on "qscintilla2" |
