diff options
| author | BrewTestBot | 2014-06-20 12:57:45 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-06-20 13:04:06 +0100 |
| commit | ce84d0ada6b9961b426b4fc0b5e562c7975e4e32 (patch) | |
| tree | 20bab5aaa925489b75cc8baa4b78d11663b379d4 | |
| parent | 944986b0a5b710e0172bc3c708bd17fbfb656c43 (diff) | |
| download | homebrew-ce84d0ada6b9961b426b4fc0b5e562c7975e4e32.tar.bz2 | |
unoconv: add 0.6 bottle.
| -rw-r--r-- | Library/Formula/unoconv.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/unoconv.rb b/Library/Formula/unoconv.rb index 9f60e4550..549cd0ff1 100644 --- a/Library/Formula/unoconv.rb +++ b/Library/Formula/unoconv.rb @@ -6,6 +6,13 @@ class Unoconv < Formula sha1 "d6c3574639b9ceedcb866b84f18ba7158f25db48" head "https://github.com/dagwieers/unoconv.git" + bottle do + cellar :any + sha1 "4ae0238f6c54e8b6523e41ee3cfb14df806314ec" => :mavericks + sha1 "35a5ef6df4295401ad8eec3f1c596a16c7fd5b9f" => :mountain_lion + sha1 "efb91243d063ee7e45b5687ea71ea59e31e28c0e" => :lion + end + depends_on :python if MacOS.version <= :snow_leopard def install |
