https://github.com/JuliaLang/julia
Raw File
Tip revision: ed79752b939c0150e1e47fa6c3fb4cd646824395 authored by Kristoffer Carlsson on 18 December 2023, 09:57:58 UTC
set VERSION to 1.10.0-rc3 (#52568)
Tip revision: ed79752
libgit2.version
# -*- makefile -*-
## jll artifact
LIBGIT2_JLL_NAME := LibGit2

## source build
LIBGIT2_BRANCH=v1.6.4
LIBGIT2_SHA1=e6325351ceee58cf56f58bdce61b38907805544f

## 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