git 1.9.0 (checkver)

This commit is contained in:
Luke Sampson 2014-03-03 20:31:23 +10:00
parent ed5e1590f4
commit f23f70e94b

View File

@ -1,11 +1,15 @@
{ {
"homepage": "http://msysgit.github.io/", "homepage": "http://msysgit.github.io/",
"license": "GPL2", "license": "GPL2",
"version": "1.9", "version": "1.9.0",
"url": "https://msysgit.googlecode.com/files/PortableGit-1.9.0-preview20140217.7z", "url": "https://msysgit.googlecode.com/files/PortableGit-1.9.0-preview20140217.7z",
"hash": "sha1:a26032341b4f3c0bb57eb298ba886438f974fc38", "hash": "sha1:a26032341b4f3c0bb57eb298ba886438f974fc38",
"bin": [ "cmd\\git.exe", "cmd\\gitk.cmd" ], "bin": [ "cmd\\git.exe", "cmd\\gitk.cmd" ],
"post_install": [ "post_install": [
"git config --global credential.helper wincred" "git config --global credential.helper wincred"
] ],
"checkver": {
"url": "http://git-scm.com/",
"re": "<span class='version'>([^<]+)</span>"
}
} }