From a75727ee801564f6278397da765b66a5f722167a Mon Sep 17 00:00:00 2001 From: Ryan Desmond Date: Fri, 24 Jul 2015 10:03:48 -0400 Subject: [PATCH] unoconv 0.7 https://github.com/dagwieers/unoconv/blob/0.7/CHANGELOG.md Closes Homebrew/homebrew#42094. Signed-off-by: Alex Dunn --- Formula/unoconv.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/unoconv.rb b/Formula/unoconv.rb index 6c88a95f02..25d9e2d4d1 100644 --- a/Formula/unoconv.rb +++ b/Formula/unoconv.rb @@ -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