https://github.com/JuliaLang/julia
Raw File
Tip revision: c1bf6b19378b0e6487b6d23c1919e3d69d50d8f7 authored by Jeff Bezanson on 21 March 2023, 21:31:03 UTC
alignment-hack jl_task_t to bring it back from the size 400 to the size 368 pool
Tip revision: c1bf6b1
libgit2.version
# -*- makefile -*-
## jll artifact
LIBGIT2_JLL_NAME := LibGit2

## source build
LIBGIT2_BRANCH=v1.7.1
LIBGIT2_SHA1=a2bde63741977ca0f4ef7db2f609df320be67a08

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