diff options
| author | BrewTestBot | 2015-01-24 01:16:44 +0000 |
|---|---|---|
| committer | Misty De Meo | 2015-01-23 17:22:43 -0800 |
| commit | e98c9dd452df85540fb7503e1f075486763bbcc3 (patch) | |
| tree | 33e07f221e13a2d608b828f946284b04511c1c5e | |
| parent | 57c2990c4ec303982ed2120e59b1047b74b8f538 (diff) | |
| download | homebrew-e98c9dd452df85540fb7503e1f075486763bbcc3.tar.bz2 | |
openwsman: add 2.4.12 bottle.
| -rw-r--r-- | Library/Formula/openwsman.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/openwsman.rb b/Library/Formula/openwsman.rb index 3f9e552ed..4783f4d71 100644 --- a/Library/Formula/openwsman.rb +++ b/Library/Formula/openwsman.rb @@ -3,6 +3,12 @@ class Openwsman < Formula url "https://github.com/Openwsman/openwsman/archive/v2.4.12.tar.gz" sha1 "15fbe4454c3d48ab229036b09400afd5037f4ef2" + bottle do + sha1 "70ba82023cb43276b4fa40103e1e32a7f9fdb74c" => :yosemite + sha1 "bcc6baeef902d33028a4eed009ff10e40edcdfe4" => :mavericks + sha1 "abd6f5988eca5fa75c4c18dfd9f1ab2b93eac8b3" => :mountain_lion + end + depends_on "libxml2" depends_on "sblim-sfcc" depends_on "automake" => :build |
