https://github.com/JuliaLang/julia
Raw File
Tip revision: 9dfd28ab751ea5bd5f2e3b4ed4241ec071a52955 authored by Kristoffer Carlsson on 18 March 2024, 20:35:10 UTC
release-1.11: Backportp precompile fixes (#53773)
Tip revision: 9dfd28a
libgit2.version
# -*- makefile -*-
## jll artifact
LIBGIT2_JLL_NAME := LibGit2

## source build
LIBGIT2_BRANCH=v1.7.2
LIBGIT2_SHA1=a418d9d4ab87bae16b87d8f37143a4687ae0e4b2

## 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 := 2023-12-12
back to top