diff options
| author | Jack Nagel | 2012-05-16 19:10:14 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2012-05-16 19:10:14 -0500 | 
| commit | 0ef4b9392afa85d1bd7d30f84b6572373998f0eb (patch) | |
| tree | 9fb4bac7b897e0de4dc717acfdbfb175e7c554fc /Library/Formula/coreutils.rb | |
| parent | 0829c10f7c96c825c9b27205a76ab4958d2d554b (diff) | |
| download | homebrew-0ef4b9392afa85d1bd7d30f84b6572373998f0eb.tar.bz2 | |
coreutils 8.17
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/coreutils.rb')
| -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 cf62367b5..06b2b57c7 100644 --- a/Library/Formula/coreutils.rb +++ b/Library/Formula/coreutils.rb @@ -2,9 +2,9 @@ require 'formula'  class Coreutils < Formula    homepage 'http://www.gnu.org/software/coreutils' -  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' +  url 'http://ftpmirror.gnu.org/coreutils/coreutils-8.17.tar.xz' +  mirror 'http://ftp.gnu.org/gnu/coreutils/coreutils-8.17.tar.xz' +  sha256 '4e075a0d238072a5bd079046e1f024dc5e0d9133d43a39c73d0b86b0d1e2c5e5'    depends_on 'xz' => :build | 
