ndiff: upgrade url to http (from ftp)

This commit is contained in:
Viktor Szakats 2016-02-28 02:30:36 +01:00 committed by Dominyk Tiller
parent dbac56ea53
commit e3cb16f9d3

View file

@ -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"