Revision 1ae41a2c0a3ba49d4b39dc4933dddf952b5f7f3c authored by Lance (Weiqing) Xu on 12 April 2024, 03:14:37 UTC, committed by GitHub on 12 April 2024, 03:14:37 UTC
1 parent db247ce
Raw File
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