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>
This commit is contained in:
parent
f66127ef84
commit
45f5dcd72e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue