Libmagic (file) 5.12
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
83b39324f4
commit
120353f494
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@ require 'formula'
|
|||
|
||||
class Libmagic < Formula
|
||||
homepage 'http://www.darwinsys.com/file/'
|
||||
url 'ftp://ftp.astron.com/pub/file/file-5.11.tar.gz'
|
||||
mirror 'http://fossies.org/unix/misc/file-5.11.tar.gz'
|
||||
sha1 'df8ffe8759ec8cd85a98dc98e858563ea2555f64'
|
||||
url 'ftp://ftp.astron.com/pub/file/file-5.12.tar.gz'
|
||||
mirror 'http://fossies.org/unix/misc/file-5.12.tar.gz'
|
||||
sha1 '782db8a2b37ff8ceada9d19c416eaf6c5b8297d4'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
|
|
Loading…
Reference in a new issue