update URL

parent 1ee9ba40
......@@ -3,9 +3,6 @@ require 'package'
class Openssl < Package
version '1.0.2j'
# chromeos wget can't do proper ssl negotiation with this server
# source_url 'https://www.openssl.org/source/openssl-1.0.2j.tar.gz'
# so use their ftp server.
source_url 'ftp://openssl.org/source/openssl-1.0.2j.tar.gz'
source_sha1 'bdfbdb416942f666865fa48fe13c2d0e588df54f'
......@@ -20,7 +17,7 @@ class Openssl < Package
system "make", "INSTALL_PREFIX=#{CREW_DEST_DIR}", "install"
# make sure cert.pem exists
system "wget", "http://curl.haxx.se/ca/cacert.pem",
system "wget", "https://curl.haxx.se/ca/cacert.pem",
"-O", "#{CREW_DEST_DIR}/usr/local/ssl/cert.pem"
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment