aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libmagic.rb
diff options
context:
space:
mode:
authorMichael Glass2010-07-22 13:47:30 -0400
committerAdam Vandenberg2010-07-22 11:05:43 -0700
commit543d4e7f65fe837b59d4d19128b3a59dc85de74e (patch)
treea360fddf69ecd0d564dbe9011677b4e062a2e365 /Library/Formula/libmagic.rb
parent2fabdfe6d26bedb322d58dbf8d4e12c9d41852eb (diff)
downloadhomebrew-543d4e7f65fe837b59d4d19128b3a59dc85de74e.tar.bz2
updated libmagic to 5.04
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/libmagic.rb')
-rw-r--r--Library/Formula/libmagic.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/libmagic.rb b/Library/Formula/libmagic.rb
index 05cb11e99..ee2ec80af 100644
--- a/Library/Formula/libmagic.rb
+++ b/Library/Formula/libmagic.rb
@@ -1,9 +1,9 @@
require 'formula'
class Libmagic < Formula
- url 'ftp://ftp.astron.com/pub/file/file-5.03.tar.gz'
+ url 'ftp://ftp.astron.com/pub/file/file-5.04.tar.gz'
homepage 'http://www.darwinsys.com/file/'
- md5 'd05f08a53e5c2f51f8ee6a4758c0cc53'
+ md5 'accade81ff1cc774904b47c72c8aeea0'
def keg_only?
"This brew provides 'libmagic', but also installs a 'file' command which shadows the OS X-provided one."