diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/unrtf.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/unrtf.rb b/Library/Formula/unrtf.rb index f607f5c35..7fca7d5b4 100644 --- a/Library/Formula/unrtf.rb +++ b/Library/Formula/unrtf.rb @@ -2,9 +2,9 @@ require 'formula' class Unrtf < Formula homepage 'http://www.gnu.org/software/unrtf/' - url 'http://ftpmirror.gnu.org/unrtf/unrtf-0.21.3.tar.gz' - mirror 'http://ftp.gnu.org/gnu/unrtf/unrtf-0.21.3.tar.gz' - sha1 'a5737c647008c84632297c41d5e0ad1ed806727b' + url 'http://ftpmirror.gnu.org/unrtf/unrtf-0.21.4.tar.gz' + mirror 'http://ftp.gnu.org/gnu/unrtf/unrtf-0.21.4.tar.gz' + sha1 '336e015707a61f14f2c4e0ef006d581ee4704305' # Per MacPorts, add a return value to fix compiling with clang, and fix # a bad memory access. |
