netcat6: change mirror URL to deb.debian.org
This commit is contained in:
parent
b4f1cb511d
commit
f1313ed6eb
1 changed files with 1 additions and 2 deletions
|
@ -1,8 +1,7 @@
|
|||
class Netcat6 < Formula
|
||||
desc "Rewrite of netcat that supports IPv6, plus other improvements"
|
||||
homepage "https://www.deepspace6.net/projects/netcat6.html"
|
||||
url "https://mirrors.ocf.berkeley.edu/debian/pool/main/n/nc6/nc6_1.0.orig.tar.gz"
|
||||
mirror "https://mirrors.kernel.org/debian/pool/main/n/nc6/nc6_1.0.orig.tar.gz"
|
||||
url "https://deb.debian.org/debian/pool/main/n/nc6/nc6_1.0.orig.tar.gz"
|
||||
sha256 "db7462839dd135ff1215911157b666df8512df6f7343a075b2f9a2ef46fe5412"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue