https://github.com/JuliaLang/julia
Raw File
Tip revision: 1b57ff034240f527ba6299850c7af1a78c11126d authored by Keno Fischer on 11 April 2024, 04:31:42 UTC
Merge remote-tracking branch 'origin/kf/widenconstargtypes'
Tip revision: 1b57ff0
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