From ded10e50116a6936bb0ee09db18e57317ebce37c Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 20 May 2012 15:27:39 -0500 Subject: libmagic 5.11 Signed-off-by: Jack Nagel --- Library/Formula/libmagic.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/libmagic.rb b/Library/Formula/libmagic.rb index abcc1d28c..313dca65b 100644 --- a/Library/Formula/libmagic.rb +++ b/Library/Formula/libmagic.rb @@ -2,8 +2,8 @@ require 'formula' class Libmagic < Formula homepage 'http://www.darwinsys.com/file/' - url 'ftp://ftp.astron.com/pub/file/file-5.10.tar.gz' - sha1 '72fd435e78955ee122b7b3d323ff2f92e6263e89' + url 'ftp://ftp.astron.com/pub/file/file-5.11.tar.gz' + sha1 'df8ffe8759ec8cd85a98dc98e858563ea2555f64' def install system "./configure", "--disable-dependency-tracking", @@ -11,7 +11,7 @@ class Libmagic < Formula "--enable-fsect-man5" system "make install" - # don't dupe this system utility and this formula is called "libmagic" not "file" + # Don't dupe this system utility rm bin/"file" rm man1/"file.1" end -- cgit v1.2.3