rfcmarkup 1.101
- Upgrade to 1.101 - Remove the failing inreplace. It is merged upstream. Closes Homebrew/homebrew#15482. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
802c05ca1f
commit
161d652d27
1 changed files with 2 additions and 3 deletions
|
@ -1,12 +1,11 @@
|
|||
require 'formula'
|
||||
|
||||
class Rfcmarkup < Formula
|
||||
url 'http://tools.ietf.org/tools/rfcmarkup/rfcmarkup-1.90.tgz'
|
||||
homepage 'http://tools.ietf.org/tools/rfcmarkup/'
|
||||
sha1 '221c4d18b593d286e34ecfcabd7348e0c443c588'
|
||||
url 'http://tools.ietf.org/tools/rfcmarkup/rfcmarkup-1.101.tgz'
|
||||
sha1 'e0c6822185b5b2d73dc72e169d87fab9c50dc2a8'
|
||||
|
||||
def install
|
||||
inreplace "rfcmarkup", "/usr/local/bin/python", "/usr/bin/env python"
|
||||
bin.install "rfcmarkup"
|
||||
prefix.install 'todo'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue