libmagic: add mirror
Closes Homebrew/homebrew#15753. Closes Homebrew/homebrew#15752.
This commit is contained in:
parent
dc31775d04
commit
dd6fc90982
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ 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'
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue