https://github.com/JuliaLang/julia
Raw File
Tip revision: 32b92d923620530fc4d4d9f112044cebeaa32105 authored by Steven G. Johnson on 11 February 2023, 20:43:05 UTC
readuntil(out::IO, ...) instead of readuntil!
Tip revision: 32b92d9
libgit2.version
# -*- makefile -*-
## jll artifact
LIBGIT2_JLL_NAME := LibGit2

## source build
LIBGIT2_BRANCH=v1.5.0
LIBGIT2_SHA1=fbea439d4b6fc91c6b619d01b85ab3b7746e4c19

## 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 := 2022-10-11
back to top