miniupnpc: use secure urls
This commit is contained in:
parent
1c4f87a53e
commit
72848212f5
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
class Miniupnpc < Formula
|
||||
desc "UPnP IGD client library and daemon"
|
||||
homepage "http://miniupnp.tuxfamily.org"
|
||||
url "http://miniupnp.tuxfamily.org/files/download.php?file=miniupnpc-1.9.20151008.tar.gz"
|
||||
homepage "https://miniupnp.tuxfamily.org"
|
||||
url "https://miniupnp.tuxfamily.org/files/download.php?file=miniupnpc-1.9.20151008.tar.gz"
|
||||
sha256 "e444ac3b587ce82709c4d0cfca1fe71f44f9fc433e9f946b12b9e1bfe667a633"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue