https://github.com/JuliaLang/julia
Raw File
Tip revision: 0c6bada0539a91d87d292456a9f95f0f899fa511 authored by Kristoffer Carlsson on 04 May 2023, 10:31:35 UTC
Merge branch 'master' into sds/prop_destruct_macroexpand
Tip revision: 0c6bada
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