diff options
| author | Brett Koonce | 2013-09-15 18:13:44 -0500 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-09-15 17:03:37 -0700 | 
| commit | 3ff97b89091c03453bbf95af84918b15cd01a2cb (patch) | |
| tree | 710de4f6a200533cced669ce21f2f9151a09d2a1 | |
| parent | 3129e2b2dce91bcff16c67908af2438ca3550685 (diff) | |
| download | homebrew-3ff97b89091c03453bbf95af84918b15cd01a2cb.tar.bz2 | |
libwpd 0.9.9
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/libwpd.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/libwpd.rb b/Library/Formula/libwpd.rb index 0a641b9cc..c9eb24413 100644 --- a/Library/Formula/libwpd.rb +++ b/Library/Formula/libwpd.rb @@ -2,8 +2,8 @@ require 'formula'  class Libwpd < Formula    homepage 'http://libwpd.sourceforge.net/' -  url 'http://downloads.sourceforge.net/libwpd/libwpd-0.9.8.tar.bz2' -  sha1 '7527d7ec01289c1109551cc58537ca4cf7cf8ba6' +  url 'http://downloads.sourceforge.net/libwpd/libwpd-0.9.9.tar.bz2' +  sha1 '74d13c4e5137edc78660059257671b5a1f40224d'    depends_on 'pkg-config' => :build    depends_on "glib" | 
