diff options
| author | Baptiste Fontaine | 2015-02-11 08:56:57 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2015-02-11 11:02:33 +0000 |
| commit | 7c239f46b2b7d6bb2542210b9f6a715fe01c2b5e (patch) | |
| tree | 2c4d1374599432c3754ca70f70c1ad2e25787b19 /Library | |
| parent | 8a55f6c7fa021eb122b5e3b2658ff98b341fd5ba (diff) | |
| download | homebrew-7c239f46b2b7d6bb2542210b9f6a715fe01c2b5e.tar.bz2 | |
libvisio 0.1.1
Closes #36726.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/libvisio.rb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Library/Formula/libvisio.rb b/Library/Formula/libvisio.rb index 66528d095..ac2be620c 100644 --- a/Library/Formula/libvisio.rb +++ b/Library/Formula/libvisio.rb @@ -1,10 +1,7 @@ -require "formula" - class Libvisio < Formula homepage "https://wiki.documentfoundation.org/DLP/Libraries/libvisio" - url "http://dev-www.libreoffice.org/src/libvisio/libvisio-0.1.0.tar.xz" - sha1 "c82e5c7ad25e513c268032cda9febd01b8879504" - revision 3 + url "http://dev-www.libreoffice.org/src/libvisio/libvisio-0.1.1.tar.xz" + sha1 "2284866af215a56683bfe4d49a921a053eff4cf9" bottle do cellar :any @@ -16,6 +13,7 @@ class Libvisio < Formula depends_on "pkg-config" => :build depends_on "boost" => :build + depends_on "cppunit" => :build depends_on "libwpd" depends_on "libwpg" depends_on "icu4c" |
