aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/libmagic.rb6
1 files changed, 3 insertions, 3 deletions
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