diff options
| author | Birger J. Nordølum | 2011-04-27 17:52:21 +0200 | 
|---|---|---|
| committer | Adam Vandenberg | 2011-04-28 09:01:16 -0700 | 
| commit | 1269054165ac6b2d82f26145afa8bf7efe09f85a (patch) | |
| tree | bd631c7e10092a2b1f43b699f14dbef4ac5854a5 /Library/Formula/coreutils.rb | |
| parent | dbbe308842b090cf945c02e4df9702934041daa0 (diff) | |
| download | homebrew-1269054165ac6b2d82f26145afa8bf7efe09f85a.tar.bz2 | |
Coreutils 8.12
Signed-off-by: Adam Vandenberg <flangy@gmail.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 e36647604..532d685b5 100644 --- a/Library/Formula/coreutils.rb +++ b/Library/Formula/coreutils.rb @@ -27,8 +27,8 @@ end  class Coreutils < Formula    homepage 'http://www.gnu.org/software/coreutils' -  url 'ftp://ftp.gnu.org/gnu/coreutils/coreutils-8.11.tar.gz' -  sha256 '39a126bdd54ba8af15a1fc4004a78fc7910c0650b435d903df7556b0028450b2' +  url 'ftp://ftp.gnu.org/gnu/coreutils/coreutils-8.12.tar.gz' +  sha256 '9e233a62c98a3378a7b0483d2ae3d662dbaf6cd3917d3830d3514665e12a85c8'    def options      [['--default-names', "Do NOT prepend 'g' to the binary; will override system utils."]] | 
