https://github.com/JuliaLang/julia
Raw File
Tip revision: 7510deff7646216016afbaf80fe44569c072652b authored by Jameson Nash on 24 September 2022, 09:53:11 UTC
audit inbounds for arrays
Tip revision: 7510def
libgit2.version
## jll artifact
LIBGIT2_JLL_NAME := LibGit2

## source build
LIBGIT2_BRANCH=v1.4.3
LIBGIT2_SHA1=465bbf88ea939a965fbcbade72870c61f815e457

## Other deps
# Specify the version of the Mozilla CA Certificate Store to obtain.
# The versions of cacert.pem are identified by the date (YYYY-MM-DD) of their changes.
# See https://curl.haxx.se/docs/caextract.html for more details.
MOZILLA_CACERT_VERSION := 2022-02-01
back to top