https://github.com/JuliaLang/julia
Raw File
Tip revision: 1b8486391ca5a4a3deb2d4f96a26aec33ac66d65 authored by d-netto on 18 April 2024, 17:12:52 UTC
replace strstr with check at the beginning or end
Tip revision: 1b84863
curl.version
# -*- makefile -*-
## jll artifact
CURL_JLL_NAME := LibCURL

## source build
CURL_VER := 8.6.0
back to top