diff options
| author | Brett Koonce | 2013-12-15 12:25:55 -0600 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-12-15 11:08:00 -0800 | 
| commit | 6365bf906fdcf6ab7dc9966ef2f16d0252cdc784 (patch) | |
| tree | ac9d5e8a20ee85bbec8efa2c338e891e1cdf12f4 /Library/Formula/coreutils.rb | |
| parent | e7038cffc36db621df979452f9fe1e0eb17408eb (diff) | |
| download | homebrew-6365bf906fdcf6ab7dc9966ef2f16d0252cdc784.tar.bz2 | |
coreutils 8.22
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/coreutils.rb')
| -rw-r--r-- | Library/Formula/coreutils.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/Library/Formula/coreutils.rb b/Library/Formula/coreutils.rb index 22790b23c..92b4762cf 100644 --- a/Library/Formula/coreutils.rb +++ b/Library/Formula/coreutils.rb @@ -2,9 +2,9 @@ require 'formula'  class Coreutils < Formula    homepage 'http://www.gnu.org/software/coreutils' -  url 'http://ftpmirror.gnu.org/coreutils/coreutils-8.21.tar.xz' -  mirror 'http://ftp.gnu.org/gnu/coreutils/coreutils-8.21.tar.xz' -  sha256 'adaa44bdab3fa5eb352e80d8a31fdbf957b78653d0c2cd30d63e161444288e18' +  url 'http://ftpmirror.gnu.org/coreutils/coreutils-8.22.tar.xz' +  mirror 'http://ftp.gnu.org/gnu/coreutils/coreutils-8.22.tar.xz' +  sha256 '5b3e94998152c017e6c75d56b9b994188eb71bf46d4038a642cb9141f6ff1212'    conflicts_with 'ganglia', :because => 'both install `gstat` binaries'    conflicts_with 'idutils', :because => 'both install `gid` and `gid.1`' | 
