git 1.9.0 (update checkver to check for windows build version)

This commit is contained in:
Luke Sampson 2014-03-28 10:44:20 +10:00
parent 717755587d
commit 2f4be937d8

View File

@ -9,7 +9,7 @@
"git config --global credential.helper wincred" "git config --global credential.helper wincred"
], ],
"checkver": { "checkver": {
"url": "http://git-scm.com/", "url": "http://git-scm.com/download/win",
"re": "<span class='version'>([^<]+)</span>" "re": "downloading version <strong>([^<]+)</strong>"
} }
} }