Revision d04fa35681781c2f991bb6afb8dcb598d806dfb0 authored by Valentin Churavy on 26 June 2023, 06:18:24 UTC, committed by Valentin Churavy on 28 June 2023, 07:32:01 UTC
1 parent 5c070f4
Raw File
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