autogen: use secure url
This commit is contained in:
parent
bcf8ab2840
commit
630a03abf8
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
class Autogen < Formula
|
||||
desc "Automated text file generator"
|
||||
homepage "http://autogen.sourceforge.net"
|
||||
url "http://ftpmirror.gnu.org/autogen/autogen-5.18.7.tar.xz"
|
||||
url "https://ftpmirror.gnu.org/autogen/autogen-5.18.7.tar.xz"
|
||||
mirror "https://ftp.gnu.org/gnu/autogen/autogen-5.18.7.tar.xz"
|
||||
sha256 "a7a580a5e18931cb341b255cec2fee2dfd81bea5ddbf0d8ad722703e19aaa405"
|
||||
|
||||
|
|
Loading…
Reference in a new issue