gnu-sed 4.2.2
Closes Homebrew/homebrew#16713. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
d9d9dccd65
commit
bcd4e8a770
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@ require 'formula'
|
|||
|
||||
class GnuSed < Formula
|
||||
homepage 'http://www.gnu.org/software/sed/'
|
||||
url 'http://ftpmirror.gnu.org/sed/sed-4.2.1.tar.bz2'
|
||||
mirror 'http://ftp.gnu.org/gnu/sed/sed-4.2.1.tar.bz2'
|
||||
sha1 'ace93d23eabc00d3a8187ecf07d3a02b1b297810'
|
||||
url 'http://ftpmirror.gnu.org/sed/sed-4.2.2.tar.bz2'
|
||||
mirror 'http://ftp.gnu.org/gnu/sed/sed-4.2.2.tar.bz2'
|
||||
sha1 'f17ab6b1a7bcb2ad4ed125ef78948092d070de8f'
|
||||
|
||||
option 'default-names', "Do not prepend 'g' to the binary"
|
||||
|
||||
|
|
Loading…
Reference in a new issue