https://github.com/JuliaLang/julia
Raw File
Tip revision: 31a9d0c780421a9248b78753f33024aaf5d344e0 authored by Keno Fischer on 17 July 2023, 19:42:45 UTC
Loosen hardlimit application heuristic slightly
Tip revision: 31a9d0c
libgit2.version
# -*- makefile -*-
## jll artifact
LIBGIT2_JLL_NAME := LibGit2

## source build
LIBGIT2_BRANCH=v1.6.1
LIBGIT2_SHA1=8a871d13b7f4e186b8ad943ae5a7fcf30be52e67

## 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.
MOZILLA_CACERT_VERSION := 2023-01-10
back to top