ndiff: upgrade url to http (from ftp)
This commit is contained in:
parent
dbac56ea53
commit
e3cb16f9d3
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
class Ndiff < Formula
|
||||
desc "Virtual package provided by nmap"
|
||||
homepage "http://www.math.utah.edu/~beebe/software/ndiff/"
|
||||
url "ftp://ftp.math.utah.edu/pub/misc/ndiff-2.00.tar.gz"
|
||||
url "http://ftp.math.utah.edu/pub/misc/ndiff-2.00.tar.gz"
|
||||
sha256 "f2bbd9a2c8ada7f4161b5e76ac5ebf9a2862cab099933167fe604b88f000ec2c"
|
||||
|
||||
conflicts_with "nmap", :because => "both install `ndiff` binaries"
|
||||
|
|
Loading…
Reference in a new issue