Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions mklove/modules/configure.libcurl
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ void foo (void) {
function install_source {
local name=$1
local destdir=$2
local ver=8.10.1
local checksum="d15ebab765d793e2e96db090f0e172d127859d78ca6f6391d7eafecfd894bbc0"
local ver=8.18.0
local checksum="e9274a5f8ab5271c0e0e6762d2fce194d5f98acc568e4ce816845b2dcc0cf88f"

echo "### Installing $name $ver from source to $destdir"
if [[ ! -f Makefile ]]; then
Expand Down
4 changes: 2 additions & 2 deletions mklove/modules/configure.libssl
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ function libcrypto_install_source {
local name=$1
local destdir=$2
local ver=3.0.15
local checksum="23c666d0edf20f14249b3d8f0368acaee9ab585b09e1de82107c66e1f3ec9533"
local url=https://www.openssl.org/source/openssl-${ver}.tar.gz
local checksum="fa5a4143b8aae18be53ef2f3caf29a2e0747430b8bc74d32d88335b94ab63072"
local url=https://github.com/openssl/openssl/releases/download/openssl-${ver}/openssl-${ver}.tar.gz

local conf_args="--prefix=/usr --openssldir=/usr/lib/ssl no-shared no-zlib"

Expand Down
Loading