libmagic: replace ftp url with http
This commit is contained in:
parent
8aa306050d
commit
8f4adf11f5
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
class Libmagic < Formula
|
||||
desc "Implementation of the file(1) command"
|
||||
homepage "https://www.darwinsys.com/file/"
|
||||
url "ftp://ftp.astron.com/pub/file/file-5.37.tar.gz"
|
||||
url "http://ftp.astron.com/pub/file/file-5.37.tar.gz"
|
||||
sha256 "e9c13967f7dd339a3c241b7710ba093560b9a33013491318e88e6b8b57bae07f"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue