diff options
| author | Brett Koonce | 2013-04-23 23:08:49 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-04-24 10:13:53 -0500 |
| commit | c0a9b71e24dd6942b01833ab842b0e3d1487ff48 (patch) | |
| tree | 98d28245ae3a3b220548ea34a6b0d98f141bf8a9 /Library/Formula | |
| parent | 8184f4b8cb2e245454c93b595eaeec6340a2812a (diff) | |
| download | homebrew-c0a9b71e24dd6942b01833ab842b0e3d1487ff48.tar.bz2 | |
libofx 0.9.8
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libofx.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/libofx.rb b/Library/Formula/libofx.rb index 5f7bff078..9c04cfacc 100644 --- a/Library/Formula/libofx.rb +++ b/Library/Formula/libofx.rb @@ -2,8 +2,8 @@ require 'formula' class Libofx < Formula homepage 'http://libofx.sourceforge.net' - url 'http://sourceforge.net/projects/libofx/files/libofx/0.9.5/libofx-0.9.5.tar.gz' - sha1 '7e5245d68a0f3f7efad2fd809b2afbbff6ba0e73' + url 'http://sourceforge.net/projects/libofx/files/libofx/0.9.8/libofx-0.9.8.tar.gz' + sha1 'e0159d77c4458eb937871373db85c9f392e86554' depends_on 'open-sp' |
