diff options
| -rw-r--r-- | Library/Formula/gnu-sed.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/Library/Formula/gnu-sed.rb b/Library/Formula/gnu-sed.rb index fec45c3e2..8df6e36ca 100644 --- a/Library/Formula/gnu-sed.rb +++ b/Library/Formula/gnu-sed.rb @@ -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" | 
