aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2012-05-20 15:27:39 -0500
committerJack Nagel2012-05-20 15:29:04 -0500
commitded10e50116a6936bb0ee09db18e57317ebce37c (patch)
tree3d28cc135b6bfcf89eb5eba7c5e268bbb53af6ed /Library
parent353f76716a14c9ec579327d90d47b042ac3b88c4 (diff)
downloadhomebrew-ded10e50116a6936bb0ee09db18e57317ebce37c.tar.bz2
libmagic 5.11
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
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