diff options
| -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 a7f87749a..c3b1a2e36 100644 --- a/Library/Formula/coreutils.rb +++ b/Library/Formula/coreutils.rb @@ -27,9 +27,9 @@ end  class Coreutils < Formula    homepage 'http://www.gnu.org/software/coreutils' -  url 'http://ftpmirror.gnu.org/coreutils/coreutils-8.12.tar.gz' -  mirror 'http://ftp.gnu.org/gnu/coreutils/coreutils-8.12.tar.gz' -  sha256 '9e233a62c98a3378a7b0483d2ae3d662dbaf6cd3917d3830d3514665e12a85c8' +  url 'http://ftpmirror.gnu.org/coreutils/coreutils-8.14.tar.xz' +  mirror 'http://ftp.gnu.org/gnu/coreutils/coreutils-8.14.tar.xz' +  sha256 '0d120817c19292edb19e92ae6b8eac9020e03d51e0af9cb116cf82b65d18b02d'    def options      [['--default-names', "Do NOT prepend 'g' to the binary; will override system utils."]] | 
