lzop: use secure urls
This commit is contained in:
parent
b0c230478d
commit
f0a3f99705
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
class Lzop < Formula
|
||||
desc "File compressor"
|
||||
homepage "http://www.lzop.org/"
|
||||
url "http://www.lzop.org/download/lzop-1.03.tar.gz"
|
||||
homepage "https://www.lzop.org/"
|
||||
url "https://www.lzop.org/download/lzop-1.03.tar.gz"
|
||||
sha256 "c1425b8c77d49f5a679d5a126c90ea6ad99585a55e335a613cae59e909dbb2c9"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue