From f23f70e94b803bb83813c55ef64f188a40a501ef Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Mon, 3 Mar 2014 20:31:23 +1000 Subject: [PATCH] git 1.9.0 (checkver) --- git.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/git.json b/git.json index ed6b6e0f5b..d527329fa4 100644 --- a/git.json +++ b/git.json @@ -1,11 +1,15 @@ { "homepage": "http://msysgit.github.io/", "license": "GPL2", - "version": "1.9", + "version": "1.9.0", "url": "https://msysgit.googlecode.com/files/PortableGit-1.9.0-preview20140217.7z", "hash": "sha1:a26032341b4f3c0bb57eb298ba886438f974fc38", "bin": [ "cmd\\git.exe", "cmd\\gitk.cmd" ], "post_install": [ "git config --global credential.helper wincred" - ] + ], + "checkver": { + "url": "http://git-scm.com/", + "re": "([^<]+)" + } } \ No newline at end of file