https://github.com/JuliaLang/julia
Raw File
Tip revision: 51e4492161bf89892eb645320c69e59f714d7ae3 authored by Tim Besard on 18 April 2024, 09:06:31 UTC
Extend some pointer type checks to cover vectors.
Tip revision: 51e4492
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