coreutils 8.16
Also fix gsha224sum link. Closes Homebrew/homebrew#11308.
This commit is contained in:
parent
ca1cec067c
commit
fdeb02f4af
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue