Revert "coreutils 8.20"
This reverts commit 44c79337e4d3a00c2f8a12e74e1a1d09e86e5a6f.
This commit is contained in:
parent
fed96a5432
commit
1c4bff34fd
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@ require 'formula'
|
||||||
|
|
||||||
class Coreutils < Formula
|
class Coreutils < Formula
|
||||||
homepage 'http://www.gnu.org/software/coreutils'
|
homepage 'http://www.gnu.org/software/coreutils'
|
||||||
url 'http://ftpmirror.gnu.org/coreutils/coreutils-8.20.tar.xz'
|
url 'http://ftpmirror.gnu.org/coreutils/coreutils-8.19.tar.xz'
|
||||||
mirror 'http://ftp.gnu.org/gnu/coreutils/coreutils-8.20.tar.xz'
|
mirror 'http://ftp.gnu.org/gnu/coreutils/coreutils-8.19.tar.xz'
|
||||||
sha256 'dbcb798764827a0f74be738662ecb516705cf520330cd3d7b2640fdffa499eb2'
|
sha256 'ad3873183fd8cfc7672b3ba54644672e59352f9b2dc7e3ad251c1174dde8a9e7'
|
||||||
|
|
||||||
depends_on 'xz' => :build
|
depends_on 'xz' => :build
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue