diff options
| author | BrewTestBot | 2014-12-15 04:33:40 +0000 |
|---|---|---|
| committer | Misty De Meo | 2014-12-14 21:59:15 -0800 |
| commit | 65a38ac4ad204080007a52186bbbc5b638b02e14 (patch) | |
| tree | e03ef9f63706738fc81826e83ad173ef20bd1ebc /Library/Formula | |
| parent | ee66a7cd8f0d64f67a469dd437cb657ae7b5bcf3 (diff) | |
| download | homebrew-65a38ac4ad204080007a52186bbbc5b638b02e14.tar.bz2 | |
nimrod: add 0.9.6 bottle.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/nimrod.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/nimrod.rb b/Library/Formula/nimrod.rb index 96291696e..c8150399b 100644 --- a/Library/Formula/nimrod.rb +++ b/Library/Formula/nimrod.rb @@ -14,6 +14,13 @@ class Nimrod < Formula head "https://github.com/Araq/Nimrod.git", :branch => "devel" + bottle do + cellar :any + sha1 "3a42be18ae05f497900cba5ba484314c68f62aa1" => :yosemite + sha1 "f30db501f57632a4872c0dde84a02ff326b58adb" => :mavericks + sha1 "af153261facdba0a6be325296e82b7c5707ebac6" => :mountain_lion + end + def install # For some reason the mingw variable doesn't get passed through, # so hardcode it. This is fixed in HEAD. |
