diff options
| -rw-r--r-- | Library/Formula/coreutils.rb | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/Library/Formula/coreutils.rb b/Library/Formula/coreutils.rb index 225cf3e18..a02cc800d 100644 --- a/Library/Formula/coreutils.rb +++ b/Library/Formula/coreutils.rb @@ -5,7 +5,7 @@ $commands = %w{      cut date dd df dir dircolors dirname du echo env expand expr factor false      fmt fold groups head hostid id install join kill link ln logname ls md5sum      mkdir mkfifo mknod mktemp mv nice nl nohup od paste pathchk pinky pr -    printenv printf ptx pwd readlink rm rmdir runcon seq sha1sum sha225sum +    printenv printf ptx pwd readlink rm rmdir runcon seq sha1sum sha224sum      sha256sum sha384sum sha512sum shred shuf sleep sort split stat stty sum      sync tac tail tee test touch tr true tsort tty uname unexpand uniq unlink      uptime users vdir wc who whoami yes @@ -13,9 +13,9 @@ $commands = %w{  class Coreutils < Formula    homepage 'http://www.gnu.org/software/coreutils' -  url 'http://ftpmirror.gnu.org/coreutils/coreutils-8.15.tar.xz' -  mirror 'http://ftp.gnu.org/gnu/coreutils/coreutils-8.15.tar.xz' -  sha256 '837eb377414eae463fee17d0f77e6d76bed79b87bc97ef0c23887710107fd49c' +  url 'http://ftpmirror.gnu.org/coreutils/coreutils-8.16.tar.xz' +  mirror 'http://ftp.gnu.org/gnu/coreutils/coreutils-8.16.tar.xz' +  sha256 '2a458fead15d9336f46bb4304cc3eaa6ed9407b9130e7ee2ec533909881d2067'    depends_on 'xz' => :build | 
