diff options
| author | BrewTestBot | 2015-03-13 13:57:53 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2015-03-13 14:04:42 +0000 |
| commit | e5f29e55bffe41961be7f9018d995ee724471ef3 (patch) | |
| tree | 95d473dd40aa29359466337ea0be69506dbb8727 /Library | |
| parent | dab99cb660d48ddd3b64e22fa638232a84a1c401 (diff) | |
| download | homebrew-e5f29e55bffe41961be7f9018d995ee724471ef3.tar.bz2 | |
udunits: add 2.2.18 bottle.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/udunits.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/udunits.rb b/Library/Formula/udunits.rb index b82ffbdc1..4f0409530 100644 --- a/Library/Formula/udunits.rb +++ b/Library/Formula/udunits.rb @@ -3,6 +3,12 @@ class Udunits < Formula url "ftp://ftp.unidata.ucar.edu/pub/udunits/udunits-2.2.18.tar.gz" sha256 "f542ed81140db2dae862a0018c8cddaf3b9ded1886e3755489b9329c7ecf8de0" + bottle do + sha256 "ba540f03f0fb0b4de7d8c9e415a75c0365c5d86387eea9b48582bd6951f1649e" => :yosemite + sha256 "2b050af349aa4d8a697fd891d93432dda6b7f679c8aef7841e9a0294a915ae7e" => :mavericks + sha256 "d6127ced32f43233385e01325c3793c26a9ae9278143197d9318083037293157" => :mountain_lion + end + option "with-html-docs", "Installs html documentation" option "with-pdf-docs", "Installs pdf documentation" |
