readline: use secure url
This commit is contained in:
parent
d46488ff2b
commit
3c8c5407b5
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
class Readline < Formula
|
||||
desc "Library for command-line editing"
|
||||
homepage "https://tiswww.case.edu/php/chet/readline/rltop.html"
|
||||
url "http://ftpmirror.gnu.org/readline/readline-6.3.tar.gz"
|
||||
url "https://ftpmirror.gnu.org/readline/readline-6.3.tar.gz"
|
||||
mirror "https://ftp.gnu.org/gnu/readline/readline-6.3.tar.gz"
|
||||
version "6.3.8"
|
||||
sha256 "56ba6071b9462f980c5a72ab0023893b65ba6debb4eeb475d7a563dc65cafd43"
|
||||
|
|
Loading…
Reference in a new issue