Skip to content

Commit

Permalink
ucspi-tcp: use https urls
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#48648.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
  • Loading branch information
vszakats authored and DomT4 committed Jan 31, 2016
1 parent dffb8b2 commit 053cf1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/ucspi-tcp.rb
@@ -1,11 +1,11 @@
class UcspiTcp < Formula
desc "Tools for building TCP client-server applications"
homepage "http://cr.yp.to/ucspi-tcp.html"
url "http://cr.yp.to/ucspi-tcp/ucspi-tcp-0.88.tar.gz"
homepage "https://cr.yp.to/ucspi-tcp.html"
url "https://cr.yp.to/ucspi-tcp/ucspi-tcp-0.88.tar.gz"
sha256 "4a0615cab74886f5b4f7e8fd32933a07b955536a3476d74ea087a3ea66a23e9c"

patch do
url "http://www.fefe.de/ucspi/ucspi-tcp-0.88-ipv6.diff19.bz2"
url "https://www.fefe.de/ucspi/ucspi-tcp-0.88-ipv6.diff19.bz2"
sha256 "35952cd290d714452c840580126004cbae8db65b1632df67ac9c8fad7d1f9ace"
end

Expand Down

0 comments on commit 053cf1e

Please sign in to comment.