From 2f4be937d81e31c2cea81865338b101fe17388cc Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Fri, 28 Mar 2014 10:44:20 +1000 Subject: [PATCH] git 1.9.0 (update checkver to check for windows build version) --- git.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/git.json b/git.json index d527329fa4..7c7d55cee4 100644 --- a/git.json +++ b/git.json @@ -9,7 +9,7 @@ "git config --global credential.helper wincred" ], "checkver": { - "url": "http://git-scm.com/", - "re": "([^<]+)" + "url": "http://git-scm.com/download/win", + "re": "downloading version ([^<]+)" } } \ No newline at end of file