diff options
Diffstat (limited to 'Library/Formula')
| -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 |
