diff --git a/component/git/buildout.cfg b/component/git/buildout.cfg
index a1844f2bf1e5f0917c5c1984ff8ebbb2259fe87b..dd554afce0dfb27d13a609358d1ff1395b214a19 100644
--- a/component/git/buildout.cfg
+++ b/component/git/buildout.cfg
@@ -15,8 +15,8 @@ parts =
 
 [git]
 recipe = slapos.recipe.cmmi
-url = https://www.kernel.org/pub/software/scm/git/git-1.9.3.tar.xz
-md5sum = 560200d1db05a2dd2b8a2b3718655463
+url = https://www.kernel.org/pub/software/scm/git/git-2.0.0.tar.xz
+md5sum = 0646202ae979e4339f3e47f2375b5773
 configure-options =
   --with-curl=${curl:location}
   --with-openssl=${openssl:location}