unrtf 0.21.4
Closes Homebrew/homebrew#21178. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
89793c094d
commit
054254f27f
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue