https://github.com/JuliaLang/julia
Raw File
Tip revision: 7f8635f11cae5f3f592afcc7b55c8e0e23589c3d authored by Shuhei Kadowaki on 19 April 2024, 04:05:35 UTC
refactor `abstract_eval_statement_expr` (#54111)
Tip revision: 7f8635f
libgit2.version
# -*- makefile -*-
## jll artifact
LIBGIT2_JLL_NAME := LibGit2

## source build
LIBGIT2_BRANCH=v1.8.0
LIBGIT2_SHA1=d74d491481831ddcd23575d376e56d2197e95910

## 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.
# Keep in sync with `stdlib/MozillaCACerts_jll/Project.toml`.
MOZILLA_CACERT_VERSION := 2024-03-11
back to top