diff options
| author | Ryan Barnard | 2010-12-03 22:04:15 -0500 | 
|---|---|---|
| committer | Mike McQuaid | 2010-12-04 17:19:43 +0000 | 
| commit | daff4a46f24b4df5ce7367168b5b1d2996372c84 (patch) | |
| tree | 7ef7fe5c289695a0cf3b412a0007a3e541e209a1 /Library/Formula/coreutils.rb | |
| parent | b02663b8d6667dcf3fc52c278ad361c50e933dbd (diff) | |
| download | homebrew-daff4a46f24b4df5ce7367168b5b1d2996372c84.tar.bz2 | |
Updated coreutils to v8.7.
Simply updated the url and md5 hash to the 8.7 version of GNU coreutils.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/coreutils.rb')
| -rw-r--r-- | Library/Formula/coreutils.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/coreutils.rb b/Library/Formula/coreutils.rb index 0bcbc077d..585c6903a 100644 --- a/Library/Formula/coreutils.rb +++ b/Library/Formula/coreutils.rb @@ -26,8 +26,8 @@ def coreutils_aliases  end  class Coreutils <Formula -  url "http://ftp.gnu.org/gnu/coreutils/coreutils-8.5.tar.gz" -  md5 'c1ffe586d001e87d66cd80c4536ee823' +  url "http://ftp.gnu.org/gnu/coreutils/coreutils-8.7.tar.gz" +  md5 '3c1ae9531159447083ae8f25ae554b81'    homepage 'http://www.gnu.org/software/coreutils'    def options | 
