lz4: secure url(s)
The homepage uses CloudFlare to provide HTTPS support even though it is (or at least was a few months ago) hosted on GitHub, which now supports HTTPS on custom domains. CloudFlare _may_ be insecure if it uses an HTTP connection between CloudFlare and the website host.
This commit is contained in:
parent
b859a80fec
commit
6ad5a7b3d4
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
class Lz4 < Formula
|
||||
desc "Extremely Fast Compression algorithm"
|
||||
homepage "http://www.lz4.org/"
|
||||
homepage "https://lz4.org/"
|
||||
url "https://github.com/lz4/lz4/archive/v1.8.2.tar.gz"
|
||||
sha256 "0963fbe9ee90acd1d15e9f09e826eaaf8ea0312e854803caf2db0a6dd40f4464"
|
||||
head "https://github.com/lz4/lz4.git"
|
||||
|
|
Loading…
Reference in a new issue