From 32ffd21590275554361f91c20cfe8ff61cc9f021 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Fri, 30 Mar 2012 07:30:22 -0700 Subject: coreutils 8.16 Also fix gsha224sum link. Closes #11308. --- Library/Formula/coreutils.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Library/Formula/coreutils.rb') 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 -- cgit v1.2.3