diff options
| author | Jack Nagel | 2011-10-14 00:24:26 -0500 |
|---|---|---|
| committer | Jack Nagel | 2011-12-09 16:16:46 -0600 |
| commit | 1ac81695c7d3d24c54918d844caf55705aa772bb (patch) | |
| tree | 780e5c9a1579e75f86ef76433ac5dd227933f16c /Library | |
| parent | c729fb2d325b224c49750400fe8936d7cfe2d93b (diff) | |
| download | homebrew-1ac81695c7d3d24c54918d844caf55705aa772bb.tar.bz2 | |
coreutils 8.14
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -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 a7f87749a..c3b1a2e36 100644 --- a/Library/Formula/coreutils.rb +++ b/Library/Formula/coreutils.rb @@ -27,9 +27,9 @@ end class Coreutils < Formula homepage 'http://www.gnu.org/software/coreutils' - url 'http://ftpmirror.gnu.org/coreutils/coreutils-8.12.tar.gz' - mirror 'http://ftp.gnu.org/gnu/coreutils/coreutils-8.12.tar.gz' - sha256 '9e233a62c98a3378a7b0483d2ae3d662dbaf6cd3917d3830d3514665e12a85c8' + url 'http://ftpmirror.gnu.org/coreutils/coreutils-8.14.tar.xz' + mirror 'http://ftp.gnu.org/gnu/coreutils/coreutils-8.14.tar.xz' + sha256 '0d120817c19292edb19e92ae6b8eac9020e03d51e0af9cb116cf82b65d18b02d' def options [['--default-names', "Do NOT prepend 'g' to the binary; will override system utils."]] |
