diff options
| author | BrewTestBot | 2015-01-02 06:19:32 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2015-01-02 09:53:48 +0000 |
| commit | a6ad15481a494da525d1a847b5f210d58e78a44b (patch) | |
| tree | 6971c12d6058b8b47b2bbfdf30d903909cf9cb63 /Library | |
| parent | b791b8193a7c138853f91577798ab0968cffac1e (diff) | |
| download | homebrew-a6ad15481a494da525d1a847b5f210d58e78a44b.tar.bz2 | |
num-utils: add 0.5 bottle.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/num-utils.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/num-utils.rb b/Library/Formula/num-utils.rb index 2dcfe95de..de78be087 100644 --- a/Library/Formula/num-utils.rb +++ b/Library/Formula/num-utils.rb @@ -3,6 +3,13 @@ class NumUtils < Formula url "http://suso.suso.org/programs/num-utils/downloads/num-utils-0.5.tar.gz" sha1 "3fc6130874129fe1e98db6db8b3dc43f0e1a89ac" + bottle do + cellar :any + sha1 "47f40b81881dc56d9966b7567accb17d597a4d5e" => :yosemite + sha1 "97e1e6391d8c31ab79085466c86227ebb60ca779" => :mavericks + sha1 "4a610ddbfa56751bc9aeb8954a60f56648d5b2d8" => :mountain_lion + end + conflicts_with "normalize", :because => "both install `normalize` binaries" def install |
