diff options
| author | BrewTestBot | 2014-10-22 17:31:59 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-10-22 18:15:41 +0100 |
| commit | 10b35a391f5e97a131c297ff099f707221e61603 (patch) | |
| tree | 72f2350a6de568061e20e47bc0ecc1e94be5c290 /Library/Formula | |
| parent | 7c07d21b4197474c8b9c2db14d8b10492ab42a1f (diff) | |
| download | homebrew-10b35a391f5e97a131c297ff099f707221e61603.tar.bz2 | |
xmlto: add 0.0.25 bottle.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/xmlto.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/xmlto.rb b/Library/Formula/xmlto.rb index ee2ee022b..f2cd12ddd 100644 --- a/Library/Formula/xmlto.rb +++ b/Library/Formula/xmlto.rb @@ -5,6 +5,13 @@ class Xmlto < Formula url 'http://fedorahosted.org/releases/x/m/xmlto/xmlto-0.0.25.tar.bz2' sha1 '5d1aecd59d519066f94b4591722767c4e41bdc0f' + bottle do + cellar :any + sha1 "429f1b6a3186432fb0a130d1ee003269af6fc9d9" => :yosemite + sha1 "158eb206779654ac305d5948b79c950e64afaada" => :mavericks + sha1 "611a524653264cd414c74b60c50d4522bb63d570" => :mountain_lion + end + depends_on 'docbook' depends_on 'docbook-xsl' depends_on 'gnu-getopt' |
