Skip to content

Commit

Permalink
Fix openssl urls (droe#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
sonertari authored Apr 8, 2020
1 parent c6f3a5b commit baf3859
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Mk/bin/install-opt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ openssl-1.0.0*)
openssl-1.0.1*)
SSLURL=https://www.openssl.org/source/old/1.0.1/$SSL.tar.gz
;;
openssl-1.0.2*)
SSLURL=https://www.openssl.org/source/old/1.0.2/$SSL.tar.gz
;;
openssl-1.1.0*)
SSLURL=https://www.openssl.org/source/old/1.1.0/$SSL.tar.gz
;;
openssl-1.1.1*)
SSLURL=https://www.openssl.org/source/old/1.1.1/$SSL.tar.gz
;;
openssl-*)
SSLURL=https://www.openssl.org/source/$SSL.tar.gz
;;
Expand Down

0 comments on commit baf3859

Please sign in to comment.