unoconv 0.7
https://github.com/dagwieers/unoconv/blob/0.7/CHANGELOG.md Closes Homebrew/homebrew#42094. Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
This commit is contained in:
parent
c05865b4a5
commit
a75727ee80
1 changed files with 3 additions and 3 deletions
|
@ -3,8 +3,8 @@ require "formula"
|
|||
class Unoconv < Formula
|
||||
desc "Convert between any document format supported by OpenOffice"
|
||||
homepage "http://dag.wiee.rs/home-made/unoconv/"
|
||||
url "http://dag.wieers.com/home-made/unoconv/unoconv-0.6.tar.gz"
|
||||
sha1 "d6c3574639b9ceedcb866b84f18ba7158f25db48"
|
||||
url "http://dag.wieers.com/home-made/unoconv/unoconv-0.7.tar.gz"
|
||||
sha256 "56abbec55632b19dcaff7d506ad6e2fd86f53afff412e622cc1e162afb1263fa"
|
||||
head "https://github.com/dagwieers/unoconv.git"
|
||||
|
||||
bottle do
|
||||
|
@ -21,7 +21,7 @@ class Unoconv < Formula
|
|||
end
|
||||
|
||||
def caveats; <<-EOS.undent
|
||||
In order to use unoconv LibreOffice 3.6.0.1 or later must be installed.
|
||||
In order to use unoconv, a copy of LibreOffice between versions 3.6.0.1 - 4.3.x must be installed.
|
||||
EOS
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue