c-ares: use secure urls
This commit is contained in:
parent
01e1dd2e06
commit
0fa3b3da57
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
class CAres < Formula
|
||||
desc "Asynchronous DNS library"
|
||||
homepage "http://c-ares.haxx.se/"
|
||||
url "http://c-ares.haxx.se/download/c-ares-1.11.0.tar.gz"
|
||||
homepage "https://c-ares.haxx.se/"
|
||||
url "https://c-ares.haxx.se/download/c-ares-1.11.0.tar.gz"
|
||||
mirror "https://launchpad.net/ubuntu/+archive/primary/+files/c-ares_1.11.0.orig.tar.gz"
|
||||
sha256 "b3612e6617d9682928a1d50c1040de4db6519f977f0b25d40cf1b632900b3efd"
|
||||
|
||||
|
|
Loading…
Reference in a new issue