File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11if (! file.exists(" ../windows/libssl/include/openssl/pem.h" )){
22 unlink(" ../windows" , recursive = TRUE )
33 url <- if (grepl(" aarch" , R.version $ platform )){
4- " https://github.com/r-windows/bundles/releases/download/openssl-3.3 .0/openssl-3.3 .0-clang-aarch64.tar.xz"
4+ " https://github.com/r-windows/bundles/releases/download/openssl-3.4 .0/openssl-3.4 .0-clang-aarch64.tar.xz"
55 } else if (grepl(" clang" , Sys.getenv(' R_COMPILED_BY' ))){
6- " https://github.com/r-windows/bundles/releases/download/openssl-3.3 .0/openssl-3.3 .0-clang-x86_64.tar.xz"
6+ " https://github.com/r-windows/bundles/releases/download/openssl-3.4 .0/openssl-3.4 .0-clang-x86_64.tar.xz"
77 } else if (getRversion() > = " 4.2" ) {
8- " https://github.com/r-windows/bundles/releases/download/openssl-3.3 .0/openssl-3.3 .0-ucrt-x86_64.tar.xz"
8+ " https://github.com/r-windows/bundles/releases/download/openssl-3.4 .0/openssl-3.4 .0-ucrt-x86_64.tar.xz"
99 } else {
1010 " https://github.com/rwinlib/openssl/archive/v3.1.1.tar.gz"
1111 }
You can’t perform that action at this time.
0 commit comments