midnight-commander: use secure url
Closes Homebrew/homebrew#49517. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
fcdbf9ad5f
commit
b6fc2a3ebf
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
class MidnightCommander < Formula
|
||||
desc "Terminal-based visual file manager"
|
||||
homepage "https://www.midnight-commander.org/"
|
||||
url "http://ftp.midnight-commander.org/mc-4.8.15.tar.xz"
|
||||
url "https://www.midnight-commander.org/downloads/mc-4.8.15.tar.xz"
|
||||
mirror "https://mirrors.ocf.berkeley.edu/debian/pool/main/m/mc/mc_4.8.15.orig.tar.xz"
|
||||
sha256 "cf4e8f5dfe419830d56ca7e5f2495898e37ebcd05da1e47ff7041446c87fba16"
|
||||
|
||||
|
|
Loading…
Reference in a new issue