diff --git a/component/git/buildout.cfg b/component/git/buildout.cfg index 32fb4daf73fd8cfc4a44a00402adb65129554b25..7c36396ec7ebefa02c7b2aa5f9c3ad3f4ade39a4 100644 --- a/component/git/buildout.cfg +++ b/component/git/buildout.cfg @@ -18,8 +18,8 @@ parts = [git] recipe = slapos.recipe.cmmi shared = true -url = https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.35.1.tar.xz -md5sum = 3aae077280b6be861e3c1c637491853a +url = https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.37.0.tar.xz +md5sum = 9716e2b4be3f9e1105f23aa1f80a37e4 configure-options = --with-curl=${curl:location} --with-openssl=${openssl:location}