diff options
| author | Tomasz Pajor | 2014-08-07 23:12:12 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-08-07 23:12:12 -0500 | 
| commit | b8637de1346df345716b32f75a0782f223435a22 (patch) | |
| tree | d1b09e2c5f13e1634c20a1c5588616f5fac1e47f | |
| parent | 6614d82dd028b5ae68367a1c195e0df90917e565 (diff) | |
| download | homebrew-b8637de1346df345716b32f75a0782f223435a22.tar.bz2 | |
libvisio: bump revision for icu4c upgrade
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/libvisio.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libvisio.rb b/Library/Formula/libvisio.rb index fc4bcacad..d214b302b 100644 --- a/Library/Formula/libvisio.rb +++ b/Library/Formula/libvisio.rb @@ -4,10 +4,10 @@ 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 2    bottle do      cellar :any -    revision 1      sha1 "ff0a3bed223e14036633795b616dd56ae2cc6a80" => :mavericks      sha1 "67cc8107265473f4165d364103f7c805d7f6f930" => :mountain_lion      sha1 "f5c6b08278f5a3d8e3d89b16765ba7b3a0a9b65c" => :lion  | 
