diff options
| author | Michael Glass | 2010-07-22 13:47:30 -0400 | 
|---|---|---|
| committer | Adam Vandenberg | 2010-07-22 11:05:43 -0700 | 
| commit | 543d4e7f65fe837b59d4d19128b3a59dc85de74e (patch) | |
| tree | a360fddf69ecd0d564dbe9011677b4e062a2e365 /Library/Formula/libmagic.rb | |
| parent | 2fabdfe6d26bedb322d58dbf8d4e12c9d41852eb (diff) | |
| download | homebrew-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.rb | 4 | 
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."  | 
