Skip to content
This repository has been archived by the owner on Jan 23, 2020. It is now read-only.

Commit

Permalink
openssl finally enforces https for downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
portertech committed May 4, 2016
1 parent e18af5c commit ac5f0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/openssl.rake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Bunchr::Software.new do |t|
install_prefix = "#{Bunchr.install_dir}/embedded"

## download_commands are executed in the +download_dir+ directory.
t.download_commands << "curl -O http://www.openssl.org/source/openssl-#{t.version}.tar.gz"
t.download_commands << "curl -O https://www.openssl.org/source/openssl-#{t.version}.tar.gz"
t.download_commands << "tar xfvz openssl-#{t.version}.tar.gz"

## build_commands are executed in the +work_dir+ directory.
Expand Down

0 comments on commit ac5f0a0

Please sign in to comment.