aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/coreutils.rb
diff options
context:
space:
mode:
authorJack Nagel2012-08-20 22:32:51 -0500
committerJack Nagel2012-08-20 22:32:51 -0500
commita87d390a980d420a3326226f0553ddec9109f239 (patch)
treeb5ce4f86ac416e47cea9e279b745257f64eba032 /Library/Formula/coreutils.rb
parent7f678e882d320a5c3ebde545cbe9b52d41d4e9c3 (diff)
downloadhomebrew-a87d390a980d420a3326226f0553ddec9109f239.tar.bz2
coreutils 8.19
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/coreutils.rb')
-rw-r--r--Library/Formula/coreutils.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/coreutils.rb b/Library/Formula/coreutils.rb
index 9c6e8eb57..b65b47c42 100644
--- a/Library/Formula/coreutils.rb
+++ b/Library/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.18.tar.xz'
- mirror 'http://ftp.gnu.org/gnu/coreutils/coreutils-8.18.tar.xz'
- sha256 '11dc114374100ac6f56d4b66f588e51d3fe972855466a35a27de7ec67eb2143f'
+ 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'
depends_on 'xz' => :build