Fetch cpanm over HTTPS

Fixes #55, thanks @J0WI for spotting!
This commit is contained in:
Zak B. Elep 2018-08-26 13:41:46 +08:00
parent 892e2b4fbb
commit 6c54c839cc

View file

@ -85,7 +85,7 @@ my %builds;
# sha256 taken from http://www.cpan.org/authors/id/M/MI/MIYAGAWA/CHECKSUMS
my %cpanm = (
name => "App-cpanminus-1.7044",
url => "http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz",
url => "https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz",
sha256 => "9b60767fe40752ef7a9d3f13f19060a63389a5c23acc3e9827e19b75500f81f3",
);