From dc6d0774cc568a21f1d209492cfc33d1563eab0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Birger=20J=2E=20Nord=C3=B8lum?= Date: Sat, 27 Oct 2012 19:42:46 +0200 Subject: [PATCH] coreutils 8.20 Closes Homebrew/homebrew#15696. Signed-off-by: Adam Vandenberg --- Formula/coreutils.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/coreutils.rb b/Formula/coreutils.rb index b65b47c42b..6c26c94758 100644 --- a/Formula/coreutils.rb +++ b/Formula/coreutils.rb @@ -2,9 +2,9 @@ require 'formula' class Coreutils < Formula homepage 'http://www.gnu.org/software/coreutils' - url 'http://ftpmirror.gnu.org/coreutils/coreutils-8.19.tar.xz' - mirror 'http://ftp.gnu.org/gnu/coreutils/coreutils-8.19.tar.xz' - sha256 'ad3873183fd8cfc7672b3ba54644672e59352f9b2dc7e3ad251c1174dde8a9e7' + url 'http://ftpmirror.gnu.org/coreutils/coreutils-8.20.tar.xz' + mirror 'http://ftp.gnu.org/gnu/coreutils/coreutils-8.20.tar.xz' + sha256 'dbcb798764827a0f74be738662ecb516705cf520330cd3d7b2640fdffa499eb2' depends_on 'xz' => :build