diff options
| author | Birger J. Nordølum | 2011-04-15 00:31:57 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2011-04-14 15:44:14 -0700 |
| commit | e96d249c36697225751d75e8ae8b06dc579d9ec0 (patch) | |
| tree | 524102d8a38afcc72de156ce93f8a1da420327d6 /Library/Formula/coreutils.rb | |
| parent | 528c4d9152498d0ecc5d847a867708e7ea08adc2 (diff) | |
| download | homebrew-e96d249c36697225751d75e8ae8b06dc579d9ec0.tar.bz2 | |
Coreutils 8.11
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 bdab3fd82..e36647604 100644 --- a/Library/Formula/coreutils.rb +++ b/Library/Formula/coreutils.rb @@ -26,9 +26,9 @@ def coreutils_aliases end class Coreutils < Formula - url "http://ftp.gnu.org/gnu/coreutils/coreutils-8.10.tar.gz" - md5 '74d54d09fc5c1bd3337127f49c88b1c5' homepage 'http://www.gnu.org/software/coreutils' + url 'ftp://ftp.gnu.org/gnu/coreutils/coreutils-8.11.tar.gz' + sha256 '39a126bdd54ba8af15a1fc4004a78fc7910c0650b435d903df7556b0028450b2' def options [['--default-names', "Do NOT prepend 'g' to the binary; will override system utils."]] |
